mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +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();
|
||||
}
|
||||
|
||||
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
|
||||
if(this.appendTo)
|
||||
|
Loading…
Reference in New Issue
Block a user