docs: prevent touch so that pointermove works in touch devices (#5241)

pull/5247/head
Aakansha Doshi 3 years ago committed by GitHub
parent 269fbcc2f3
commit aabcdc20fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -325,6 +325,7 @@ export default function App() {
width: `${COMMENT_ICON_DIMENSION}px`,
height: `${COMMENT_ICON_DIMENSION}px`,
cursor: "pointer",
touchAction: "none",
}}
className="comment-icon"
onPointerDown={(event) => {

Loading…
Cancel
Save