- Issue created by @FrankieD3
If control is pressed while hovering over the canvasPane, the "modifierKeyPressed" class is added to the element. If control is released without any other interactions, that class is properly removed. If another key is pressed and held after control is pressed and while/after it is being released, the class is not removed.
The issue is easy to spot visually, as the cursor stays as the magnifying glass. E.g.
I believe this behavior stems from /ui/src/features/canvas/Canvas.tsx
, but I lack the JSX/TSX knowledge to diagnose.
Active
1.0
… to be triaged