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

@@ -291,7 +291,7 @@ export class SnapshotManager extends ComfyDialog {
try {
this.invalidateControl();
this.element.style.display = "block";
this.element.style.zIndex = 10001;
this.element.style.zIndex = 1100;
}
catch(exception) {
app.ui.dialog.show(`Failed to get external model list. / ${exception}`);