Fixed toolbar drag and drop configuration not working on Chrome.

This commit is contained in:
hackademix 2019-06-30 08:21:56 +02:00
parent 995e5e95e6
commit cf7364b744
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
let hider = toolbar.querySelector(".hider");
if (UI.local.toolbarLayout) {
debug(uneval(UI.local.toolbarLayout));
let {left, right, hidden} = UI.local.toolbarLayout;
for (let id of left) {
toolbar.insertBefore(document.getElementById(id), hider);