fix(editor): Use previous node for FocusPanel execution hint (no-changelog) (#17575)

This commit is contained in:
Charlie Kolb
2025-07-25 10:14:31 +02:00
committed by GitHub
parent 8660057350
commit 4f01bd1ecf
6 changed files with 31 additions and 4 deletions

View File

@@ -2172,7 +2172,7 @@ onBeforeUnmount(() => {
</Suspense>
</WorkflowCanvas>
<FocusPanel
v-if="isFocusPanelFeatureEnabled"
v-if="isFocusPanelFeatureEnabled && !isLoading"
:is-canvas-read-only="isCanvasReadOnly"
@save-keyboard-shortcut="onSaveWorkflow"
/>