Fixed toolbar drag and drop configuration not working on Chrome.
This commit is contained in:
parent
995e5e95e6
commit
cf7364b744
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue