Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
toolsUserConfigLoaded.value = false;

await loadToolsScripts(tools);
Comment on lines +147 to 150
Comment on lines +147 to 150
}, {
immediate: true, // load tools if they are passed to the composable immediately
Expand Down
Loading