mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix trash position
This commit is contained in:
parent
38d97b647f
commit
d6db1948e8
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user