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
Key listeners are causing problems when using other parts of the application.
Example/How to reproduce
Create an annotation
Open the notes panel
Create several comments on the annotation
Try to copy text from another comment using ctrl + C and try to paste it into the reply text area with ctrl + V. You should notice that you have ended up creating a copy of the annotation that was selected.
We noticed this when implementing a custom modal and these actions were being performed behind our modal. If there is a way to avoid these issues that would be helpful.
The text was updated successfully, but these errors were encountered:
Key listeners are causing problems when using other parts of the application.
Example/How to reproduce
We noticed this when implementing a custom modal and these actions were being performed behind our modal. If there is a way to avoid these issues that would be helpful.
The text was updated successfully, but these errors were encountered: