mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 10:12:11 +00:00
V3 UI - Tabs & Menu rework (#4374)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -23,6 +23,7 @@ export const useMenuItemStore = defineStore('menuItem', () => {
|
||||
// Create a new node if it doesn't exist
|
||||
found = {
|
||||
label: segment,
|
||||
key: segment,
|
||||
items: []
|
||||
}
|
||||
currentLevel.push(found)
|
||||
|
||||
Reference in New Issue
Block a user