feat: add scene thumbnails to TreeFlow nodes with auto-generated demo thumbs
This commit is contained in:
@@ -205,6 +205,7 @@ const tree = computed(() => buildTreeForChapter(currentChapterId.value))
|
||||
<TreeFlow
|
||||
v-if="tree"
|
||||
:node="tree"
|
||||
:scenes="scenes"
|
||||
:key="currentChapterId"
|
||||
@select-scene="onSelectScene"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user