You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hand tool is still following the cursor when moving outside the canvas.
I'm not sure if it's caused by that line of code, but I guess it's because the mouseleave event is not triggered. The following code in ketcher-react/src/script/ui/views/components/StructEditor/StructEditor.jsx may help.
St-Permiakov
changed the title
The hand tool is still following the cursor when moving outside the canvas.
The hand tool is still following the cursor when moving outside the canvas
Jan 20, 2023
The hand tool is still following the cursor when moving outside the canvas.
I'm not sure if it's caused by that line of code, but I guess it's because the
mouseleave
event is not triggered. The following code inketcher-react/src/script/ui/views/components/StructEditor/StructEditor.jsx
may help.Originally posted by @yuleicul in #2071 (comment)
The text was updated successfully, but these errors were encountered: