modified: apply new front's confirm api

This commit is contained in:
Dr.Lt.Data
2025-01-02 02:23:21 +09:00
parent ad632de6da
commit a148bb5aeb
8 changed files with 28 additions and 11 deletions

View File

@@ -456,7 +456,7 @@ export class ComponentBuilderDialog extends ComfyDialog {
this.invalidateControl();
this.element.style.display = "block";
this.element.style.zIndex = 10001;
this.element.style.zIndex = 1100;
this.element.style.width = "500px";
this.element.style.height = "480px";
}