mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 07:30:11 +00:00
Eager init nodeSearchService (#713)
This commit is contained in:
@@ -149,6 +149,11 @@ onMounted(async () => {
|
||||
|
||||
// Migrate legacy bookmarks
|
||||
useNodeBookmarkStore().migrateLegacyBookmarks()
|
||||
|
||||
// Explicitly initialize nodeSearchService to avoid indexing delay when
|
||||
// node search is triggered
|
||||
useNodeDefStore().nodeSearchService.endsWithFilterStartSequence('')
|
||||
|
||||
emit('ready')
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user