mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
refactor(popup_editor): inject note detail widget
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user