mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
refactored TabContext => NoteContext
This commit is contained in:
@@ -114,7 +114,7 @@ export default class NoteActionsWidget extends TabAwareWidget {
|
||||
return;
|
||||
}
|
||||
|
||||
import('../dialogs/export.js').then(d => d.showDialog(this.tabContext.notePath, 'single'));
|
||||
import('../dialogs/export.js').then(d => d.showDialog(this.noteContext.notePath, 'single'));
|
||||
});
|
||||
|
||||
this.$importNoteButton = this.$widget.find('.import-files-button');
|
||||
|
||||
Reference in New Issue
Block a user