feat(editor): Merge experimental params pane into focus pane (no-changelog) (#18337)

This commit is contained in:
Suguru Inoue
2025-08-27 11:04:24 +02:00
committed by GitHub
parent 98bde4f478
commit 6d306c53dd
26 changed files with 317 additions and 179 deletions

View File

@@ -2160,6 +2160,7 @@ onBeforeUnmount(() => {
v-if="!isCanvasReadOnly"
:create-node-active="nodeCreatorStore.isCreateNodeActive"
:node-view-scale="viewportTransform.zoom"
:focus-panel-active="focusPanelStore.focusPanelActive"
@toggle-node-creator="onToggleNodeCreator"
@add-nodes="onAddNodesAndConnections"
/>