mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 20:08:34 +01:00
fix / hack print dialogs (Column-selection and Please wait...) to close before printing
This commit is contained in:
parent
62fbeda480
commit
8cd98ecd18
@ -3145,7 +3145,7 @@ export class et2_nextmatch extends et2_DOMWidget implements et2_IResizeable, et2
|
|||||||
// Should be OK to print now
|
// Should be OK to print now
|
||||||
dialog.updateComplete.then(() =>
|
dialog.updateComplete.then(() =>
|
||||||
{
|
{
|
||||||
resolve();
|
window.setTimeout(() => resolve(), 500);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}, 10 * fetchedCount);
|
}, 10 * fetchedCount);
|
||||||
@ -3175,7 +3175,7 @@ export class et2_nextmatch extends et2_DOMWidget implements et2_IResizeable, et2
|
|||||||
window.setTimeout(function()
|
window.setTimeout(function()
|
||||||
{
|
{
|
||||||
resolve();
|
resolve();
|
||||||
}, 0);
|
}, 200);
|
||||||
}
|
}
|
||||||
}.bind(this);
|
}.bind(this);
|
||||||
const value = {
|
const value = {
|
||||||
|
Loading…
Reference in New Issue
Block a user