-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Macro: When removing nucleotides from the canvas, the preview of the nucleotide does not disappear, if you leave the cursor over it #4297
Labels
Milestone
Comments
rrodionov91
added a commit
that referenced
this issue
Mar 21, 2024
… of the nucleotide does not disappear, if you leave the cursor over it - added removing preview on mousemove and keypress - added getting canvas and canvasWrapper from ZoomTool to find it in DOM once instead of on each renderer creation - added async rendering after each keypress event handled in sequence edit mode
9 tasks
rrodionov91
added a commit
that referenced
this issue
Mar 21, 2024
… of the nucleotide does not disappear, if you leave the cursor over it (#4302) - added removing preview on mousemove and keypress - added getting canvas and canvasWrapper from ZoomTool to find it in DOM once instead of on each renderer creation - added async rendering after each keypress event handled in sequence edit mode
rrodionov91
added a commit
that referenced
this issue
Mar 21, 2024
… of the nucleotide does not disappear, if you leave the cursor over it - added removing preview on mousemove and keypress - added getting canvas and canvasWrapper from ZoomTool to find it in DOM once instead of on each renderer creation - added async rendering after each keypress event handled in sequence edit mode
9 tasks
rrodionov91
added a commit
that referenced
this issue
Mar 22, 2024
…the preview of the nucleotide does not disappear, if you leave the cursor over it (#4312) - added removing preview on mousemove and keypress - added getting canvas and canvasWrapper from ZoomTool to find it in DOM once instead of on each renderer creation - added async rendering after each keypress event handled in sequence edit mode --------- Co-authored-by: Roman Rodionov <[email protected]>
Tested on build 2.20.0-rc.2 Bug is fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to Reproduce
Actual behavior
When removing nucleotides from the canvas, the preview of the nucleotide does not disappear, if you leave the cursor over it. Using the “Undo” and “Clear canvas” buttons the preview is also not removed
Expected behavior
When removing nucleotides from the canvas, the preview of the nucleotide disappears, if you leave the cursor over it
Screenshots
2024-03-20_10h51_17.mp4
2024-03-20_11h02_05.mp4
Desktop (please complete the following information):
Ketcher version 2.20.0-rc.1
The text was updated successfully, but these errors were encountered: