mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 07:49:28 +01:00
Prompt user a message while resizing splitter regarding iframes
This commit is contained in:
parent
8e3cedbf08
commit
68acd6d370
@ -352,6 +352,7 @@ export class Et2Split extends Et2Widget(SlotMixin(SlSplitPanel))
|
||||
for(let h of hide)
|
||||
{
|
||||
h.style.visibility = "hidden";
|
||||
egw.loading_prompt(this.id,true,egw.lang('Recalculating frame size...'), h.parentElement)
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -364,6 +365,7 @@ export class Et2Split extends Et2Widget(SlotMixin(SlSplitPanel))
|
||||
for(let h of this._hidden)
|
||||
{
|
||||
h.style.visibility = "initial";
|
||||
egw.loading_prompt(this.id, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user