mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-22 07:44:11 +00:00
[Refactor] Accept single root node in TreeExplorer (#3088)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
<TreeExplorer
|
||||
class="model-lib-tree-explorer"
|
||||
:roots="renderedRoot.children"
|
||||
:root="renderedRoot"
|
||||
v-model:expandedKeys="expandedKeys"
|
||||
>
|
||||
<template #node="{ node }">
|
||||
|
||||
Reference in New Issue
Block a user