mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Et2Dialog: Fix "Uncaught DOMException: Failed to set the 'adoptedStyleSheets' property on 'ShadowRoot': Sharing constructed stylesheets in multiple documents is not allowed" in long_task
No idea what was happening there or why
This commit is contained in:
parent
3d27a7abb4
commit
4d31227b43
@ -1342,7 +1342,7 @@ export class Et2Dialog extends Et2Widget(SlotMixin(SlDialog))
|
|||||||
isModal: true,
|
isModal: true,
|
||||||
buttons: buttons
|
buttons: buttons
|
||||||
});
|
});
|
||||||
dialog.egw().window.document.body.appendChild(<LitElement><unknown>dialog);
|
document.body.appendChild(<LitElement><unknown>dialog);
|
||||||
|
|
||||||
let log = null;
|
let log = null;
|
||||||
let progressbar = null;
|
let progressbar = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user