fix trash position

This commit is contained in:
daria 2024-11-05 15:27:56 +02:00
parent 38d97b647f
commit d6db1948e8

View File

@ -134,7 +134,7 @@ define([
//appends to container
self.element.appendChild(boardContainerOuter);
boardContainerOuter.appendChild(trash);
self.element.appendChild(trash);
// send event that board has changed
self.onChange();