-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
as a result the value is being overwritten in the main window.
See:
Lines 742 to 750 in dad66fe
| const cancel = document.createElement("button"); | |
| cancel.textContent = ClassHelper.translations["cancel"]; | |
| cancel.addEventListener("click", () => { | |
| this.dispatchEvent(new CustomEvent("valueSelected", { | |
| detail: { | |
| value: preview.value | |
| } | |
| })); | |
| }); |
I think the right thing to do here @malav is this.popupRef.close() right? Is there any reason to
generate a custom close event?
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done