Skip to content
3 changes: 3 additions & 0 deletions src/application/services/useNoteEditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ export const useNoteEditor = function useNoteEditor(options: UseNoteEditorOption
return;
}

isEditorReady.value = false;
Comment thread
Reversean marked this conversation as resolved.
toolsUserConfigLoaded.value = false;

await loadToolsScripts(tools);
Comment thread
7eliassen marked this conversation as resolved.
Outdated
Comment thread
7eliassen marked this conversation as resolved.
Outdated
}, {
immediate: true, // load tools if they are passed to the composable immediately
Expand Down
Loading