chore: editor App and SceneGraph updates
This commit is contained in:
@@ -122,6 +122,7 @@ onMounted(() => loadDemo())
|
||||
@select-node="store.selectedNodeId = $event"
|
||||
@add-edge="editor.onAddEdge"
|
||||
@test-scene="testScene"
|
||||
@clear-selection="store.selectedNodeId = null"
|
||||
/>
|
||||
<div v-else-if="loading" class="loading-hint">加载剧情数据…</div>
|
||||
<PreviewPanel v-if="showPreview" :video-url="previewVideoUrl" />
|
||||
|
||||
Reference in New Issue
Block a user