mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:16 +01:00
Pass event along from deprecated et2_dialog to Et2Dialog
This commit is contained in:
parent
af0c557cc5
commit
dfc30a37d1
@ -95,9 +95,9 @@ export class et2_dialog extends Et2Dialog
|
|||||||
return super._getButtons();
|
return super._getButtons();
|
||||||
}
|
}
|
||||||
|
|
||||||
handleOpen()
|
handleOpen(event : CustomEvent)
|
||||||
{
|
{
|
||||||
super.handleOpen();
|
super.handleOpen(event);
|
||||||
|
|
||||||
// move the overlay dialog into appendTo dom since we want it to be shown in that container
|
// move the overlay dialog into appendTo dom since we want it to be shown in that container
|
||||||
if(this.appendTo)
|
if(this.appendTo)
|
||||||
|
Loading…
Reference in New Issue
Block a user