mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 22:59:14 +00:00
Migrate node library sidebar to use unique name instead of display name (#702)
* Migrate node library sidebar to use unique name instead of display name * Break word
This commit is contained in:
@@ -207,7 +207,7 @@ export class ComfyNodeDefImpl {
|
||||
}
|
||||
|
||||
get nodePath(): string {
|
||||
return (this.category ? this.category + '/' : '') + this.display_name
|
||||
return (this.category ? this.category + '/' : '') + this.name
|
||||
}
|
||||
|
||||
get isDummyFolder(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user