Skip to content

Commit

Permalink
Improve conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Jan 6, 2025
1 parent 42daf56 commit 4b0c9c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ const requestPointerLock = (
</g>
</svg>`,
"application/xml"
).documentElement as unknown as SVGElement);
).documentElement as Element as SVGElement);

cursorNode.style.filter = `drop-shadow(${
state.direction === "horizontal" ? "0 1px" : "1px 0"
Expand Down

0 comments on commit 4b0c9c1

Please sign in to comment.