diff --git a/vue3/src/composables/useModelEditorFunctions.ts b/vue3/src/composables/useModelEditorFunctions.ts index c13af0f0ed..6b922ea211 100644 --- a/vue3/src/composables/useModelEditorFunctions.ts +++ b/vue3/src/composables/useModelEditorFunctions.ts @@ -37,7 +37,7 @@ export function useModelEditorFunctions(modelName: EditorSupportedModels, emi }) /** - * add event listener to page unload event (also triggered by router) to prevent accidentally closing with unsaved changes + * add event listener to page unload event to prevent accidentally closing with unsaved changes */ function setupPageLeaveWarning() { window.onbeforeunload = (event) => {