mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Make VfsSelect dispatch close event when dialog closes so others can listen for it
This commit is contained in:
parent
4212cbc5b6
commit
a4a4bbbf58
@ -108,6 +108,7 @@ export class Et2VfsSelectButton extends Et2InputWidget(LitElement)
|
||||
waitForEvent(this._dialog, "sl-after-show").then(async() =>
|
||||
{
|
||||
this.processDialogComplete(await this._dialog.getComplete());
|
||||
this.dispatchEvent(new Event("close", {bubbles: true}));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user