serenity icon indicating copy to clipboard operation
serenity copied to clipboard

LibWeb: `https://pointerpointer.com/` doesn't detect the cursor

Open Lubrsi opened this issue 1 year ago • 1 comments

It stays on: image

Lubrsi avatar May 05 '23 19:05 Lubrsi

From the bit of digging I've done (including reconstructing the project from source using the dev tools) it seems like the issue is some sort of disconnect with react-use-gesture and its handlers, as the mousemove events are definitely being fired but aren't getting intercepted.

msub2 avatar Jun 22 '23 06:06 msub2