mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 13:32:36 +08:00
Fix ui inconsistency.
This commit is contained in:
parent
3063968590
commit
22ccb8027b
@ -480,7 +480,7 @@ class ComfyList {
|
||||
|
||||
hide() {
|
||||
this.element.style.display = "none";
|
||||
this.button.textContent = "See " + this.#text;
|
||||
this.button.textContent = "View " + this.#text;
|
||||
}
|
||||
|
||||
toggle() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user