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

@@ -266,6 +266,7 @@ export default class DesktopLayout {
.cssBlock(".title-row > * { margin: 5px; }")
.child(new NoteIconWidget())
.child(new NoteTitleWidget()))
.child(new ClassicEditorToolbar())
.child(new NoteDetailWidget()));
applyModals(rootContainer);