mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02:00
fix / hack print dialogs (Column-selection and Please wait...) to close before printing
This commit is contained in:
parent
5362861539
commit
d409e4d7f9
@ -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…
x
Reference in New Issue
Block a user