fix formatting

This commit is contained in:
christian-byrne 2025-02-01 14:13:10 -07:00
parent 68edf7bc2a
commit 64f45103b8

View File

@ -1277,7 +1277,7 @@ class ManagerMenuDialog extends ComfyDialog {
}
toggleVisibility() {
if(this.isVisible) {
if (this.isVisible) {
this.close();
} else {
this.show();