Skip to content

Commit fa89522

Browse files
authored
1 parent d666213 commit fa89522

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/roam/src/utils/renderNodeTagPopup.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const renderNodeTagPopupButton = (
2626
reactRoot.style.left = "0";
2727
reactRoot.style.width = "100%";
2828
reactRoot.style.height = "100%";
29-
reactRoot.style.pointerEvents = "auto";
29+
reactRoot.style.pointerEvents = "none";
3030
reactRoot.style.zIndex = "10";
3131

3232
wrapper.appendChild(reactRoot);
@@ -76,6 +76,7 @@ export const renderNodeTagPopupButton = (
7676
display: "block",
7777
width: "100%",
7878
height: "100%",
79+
pointerEvents: "auto",
7980
}}
8081
/>
8182
}

0 commit comments

Comments
 (0)