mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
various fixes and small refactorings
This commit is contained in:
@@ -34,7 +34,7 @@ export default class NoteActionsWidget extends TabAwareWidget {
|
||||
});
|
||||
|
||||
this.$importNoteButton = this.$widget.find('.import-files-button');
|
||||
this.$importNoteButton.on("click", () => import('../dialogs/import.js').then(d => d.showDialog(this.tabContext.note.noteId)));
|
||||
this.$importNoteButton.on("click", () => import('../dialogs/import.js').then(d => d.showDialog(this.noteId)));
|
||||
|
||||
return this.$widget;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user