feat(popup_editor): integrate classic editor toolbar

This commit is contained in:
Elian Doran
2025-07-10 16:09:34 +03:00
parent 308f319138
commit 91f94106fb
3 changed files with 18 additions and 8 deletions

View File

@@ -76,7 +76,6 @@ export default class PopupEditorDialog extends Container<BasicWidget> {
const $modalBody = $newWidget.find(".modal-body");
const children = this.$widget.children();
console.log("Got children", children);
$modalHeader.append(children[0]);
$modalBody.append(children.slice(1));
this.$widget = $newWidget;