"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "fc85051d6472469d1a301b43aafcb767da7258f4"
Commit d7638c47 authored by comfyanonymous's avatar comfyanonymous
Browse files

Fix ui inconsistency.

parent fa962e86
...@@ -480,7 +480,7 @@ class ComfyList { ...@@ -480,7 +480,7 @@ class ComfyList {
hide() { hide() {
this.element.style.display = "none"; this.element.style.display = "none";
this.button.textContent = "See " + this.#text; this.button.textContent = "View " + this.#text;
} }
toggle() { toggle() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment