refactor(popup_editor): inject note detail widget

This commit is contained in:
Elian Doran
2025-07-09 21:20:16 +03:00
parent 55b3bf6036
commit bfec44aa5a
2 changed files with 12 additions and 4 deletions

View File

@@ -259,7 +259,8 @@ export default class DesktopLayout {
// Desktop-specific dialogs.
.child(new PasswordNoteSetDialog())
.child(new UploadAttachmentsDialog())
.child(new PopupEditorDialog());
.child(new PopupEditorDialog()
.child(new NoteDetailWidget()));
applyModals(rootContainer);
return rootContainer;