1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-04 07:52:46 +08:00

Fix ui inconsistency.

This commit is contained in:
comfyanonymous
2023-08-04 03:22:47 -04:00
parent fa962e86c1
commit d7638c47fc

View File

@@ -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() {