fix pointer events
This commit is contained in:
parent
561a1aa5a5
commit
340ee05443
@ -35,7 +35,7 @@ class UI {
|
|||||||
rootDiv.style.zIndex = "1000";
|
rootDiv.style.zIndex = "1000";
|
||||||
rootDiv.style.border = 0;
|
rootDiv.style.border = 0;
|
||||||
rootDiv.style.top = 0;
|
rootDiv.style.top = 0;
|
||||||
// rootDiv.style.pointerEvents = 'none';
|
rootDiv.style.pointerEvents = 'none';
|
||||||
|
|
||||||
if (this.uiConfig?.parentElement) {
|
if (this.uiConfig?.parentElement) {
|
||||||
this.uiConfig.parentElement.appendChild(rootDiv);
|
this.uiConfig.parentElement.appendChild(rootDiv);
|
||||||
|
Loading…
Reference in New Issue
Block a user