mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
got rid of instanceName in tree service
This commit is contained in:
@@ -51,7 +51,7 @@ function ScriptApi(startNote, currentNote) {
|
||||
currentNote: currentNote,
|
||||
addButtonToToolbar,
|
||||
activateNote,
|
||||
getInstanceName: treeService.getInstanceName,
|
||||
getInstanceName: () => window.glob.instanceName,
|
||||
runOnServer
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user