fix(editor): Add back prompt requesting to save unsaved changes (no-changelog) (#10190)
This commit is contained in:
@@ -61,6 +61,7 @@ export default defineComponent({
|
||||
next();
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.uiStore.stateIsDirty) {
|
||||
const confirmModal = await this.confirm(
|
||||
this.$locale.baseText('generic.unsavedWork.confirmMessage.message'),
|
||||
|
||||
Reference in New Issue
Block a user