From 6a93aed3a2c428633fdf922df73203d3d41a7bb6 Mon Sep 17 00:00:00 2001 From: Csaba Tuncsik Date: Wed, 1 Feb 2023 16:50:35 +0100 Subject: [PATCH] fix(editor): Stop unsaved changes popup display when navigating away from an untouched workflow (#5259) * fix(editor): Stop unsaved changes popup showing up after loading a workflow * fix(editor): Fix unsaved change confirmation display --- .../ExecutionsView/ExecutionsList.vue | 49 ++++--- packages/editor-ui/src/stores/workflows.ts | 12 +- packages/editor-ui/src/utils/canvasUtils.ts | 19 +-- packages/editor-ui/src/views/NodeView.vue | 122 +++++++----------- 4 files changed, 81 insertions(+), 121 deletions(-) diff --git a/packages/editor-ui/src/components/ExecutionsView/ExecutionsList.vue b/packages/editor-ui/src/components/ExecutionsView/ExecutionsList.vue index 660031ed37..64faf60e55 100644 --- a/packages/editor-ui/src/components/ExecutionsView/ExecutionsList.vue +++ b/packages/editor-ui/src/components/ExecutionsView/ExecutionsList.vue @@ -24,6 +24,7 @@