fix(editor): FE fixes to insights (#15228)

This commit is contained in:
Csaba Tuncsik
2025-05-13 17:59:31 +02:00
committed by GitHub
parent 131baabb7f
commit 3eb1c1c783
11 changed files with 488 additions and 92 deletions

View File

@@ -1862,6 +1862,7 @@ onActivated(async () => {
});
onDeactivated(() => {
uiStore.closeModal(WORKFLOW_SETTINGS_MODAL_KEY);
removeUndoRedoEventBindings();
});