mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
introduction of refreshWithNote
This commit is contained in:
@@ -60,7 +60,7 @@ window.glob.noteChanged = noteDetailService.noteChanged;
|
||||
window.glob.refreshTree = treeService.reload;
|
||||
|
||||
// required for ESLint plugin
|
||||
window.glob.getActiveTabNote = appContext.getActiveTabNote;
|
||||
window.glob.getActiveTabNote = () => appContext.getActiveTabNote();
|
||||
window.glob.requireLibrary = libraryLoader.requireLibrary;
|
||||
window.glob.ESLINT = libraryLoader.ESLINT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user