mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Use previous node for FocusPanel execution hint (no-changelog) (#17575)
This commit is contained in:
@@ -2172,7 +2172,7 @@ onBeforeUnmount(() => {
|
||||
</Suspense>
|
||||
</WorkflowCanvas>
|
||||
<FocusPanel
|
||||
v-if="isFocusPanelFeatureEnabled"
|
||||
v-if="isFocusPanelFeatureEnabled && !isLoading"
|
||||
:is-canvas-read-only="isCanvasReadOnly"
|
||||
@save-keyboard-shortcut="onSaveWorkflow"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user