refactor: remove close button and AI button from NodeEditor header

This commit is contained in:
2026-06-16 17:31:08 +08:00
parent 6bd61ae522
commit a40cc8874a
2 changed files with 0 additions and 4 deletions

View File

@@ -138,7 +138,6 @@ onMounted(() => restoreOrLoad())
:scene="store.selectedScene"
:scene-list="editor.sceneList.value"
@delete-scene="delNode"
@close="store.selectedNodeId = null"
/>
</div>