Prompt user a message while resizing splitter regarding iframes

This commit is contained in:
Hadi Nategh 2022-10-17 14:06:12 +02:00
parent 8e3cedbf08
commit 68acd6d370

View File

@ -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);
}
}