modified: workflow gallery button

- add openart.ai
This commit is contained in:
Dr.Lt.Data
2023-12-22 22:03:43 +09:00
parent 7a1b5e2b03
commit ef1632d21d
3 changed files with 24 additions and 24 deletions

View File

@@ -387,6 +387,7 @@ export class ShareDialogChooser extends ComfyDialog {
}
show() {
this.element.style.display = "block";
this.element.style.zIndex = 10001;
}
}
export class ShareDialog extends ComfyDialog {