mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-24 21:44:28 +08:00
Clear this.uploadedImages when opening the dialog
This commit is contained in:
parent
bb2a2ece88
commit
ab257ed750
@ -548,6 +548,7 @@ export class OpenArtShareDialog extends ComfyDialog {
|
|||||||
this.previewImage.style.display = "none";
|
this.previewImage.style.display = "none";
|
||||||
const key = await this.readKey();
|
const key = await this.readKey();
|
||||||
this.keyInput.value = key;
|
this.keyInput.value = key;
|
||||||
|
this.uploadedImages = [];
|
||||||
|
|
||||||
// If `selectedNodeId` is provided, we will select the corresponding radio
|
// If `selectedNodeId` is provided, we will select the corresponding radio
|
||||||
// button for the node. In addition, we move the selected radio button to
|
// button for the node. In addition, we move the selected radio button to
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user