fix pointer events

This commit is contained in:
Tamius Han 2022-06-15 00:53:43 +02:00
parent 561a1aa5a5
commit 340ee05443

View File

@ -35,7 +35,7 @@ class UI {
rootDiv.style.zIndex = "1000";
rootDiv.style.border = 0;
rootDiv.style.top = 0;
// rootDiv.style.pointerEvents = 'none';
rootDiv.style.pointerEvents = 'none';
if (this.uiConfig?.parentElement) {
this.uiConfig.parentElement.appendChild(rootDiv);