feat(editor): Make auto-focus work for Focus Panel (no-changelog) (#17294)

This commit is contained in:
Daria
2025-07-15 11:52:23 +03:00
committed by GitHub
parent c1b008090f
commit 61e2e34caa
9 changed files with 140 additions and 14 deletions

View File

@@ -2157,7 +2157,11 @@ onBeforeUnmount(() => {
/>
</Suspense>
</WorkflowCanvas>
<FocusPanel v-if="isFocusPanelFeatureEnabled" :is-canvas-read-only="isCanvasReadOnly" />
<FocusPanel
v-if="isFocusPanelFeatureEnabled"
:is-canvas-read-only="isCanvasReadOnly"
@save-keyboard-shortcut="onSaveWorkflow"
/>
</div>
</template>