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
Currently, selection/highlighting of text by keyboard, including Ctrl+A, doesn't work. This is because at the end of the keyup callback function, the selection is reset to be just where the carat (start and of selection are the same).
This could be fixed by modifying the keyup callback to save not the selection start, but also the selection end.
The text was updated successfully, but these errors were encountered:
Currently, selection/highlighting of text by keyboard, including Ctrl+A, doesn't work. This is because at the end of the keyup callback function, the selection is reset to be just where the carat (start and of selection are the same).
This could be fixed by modifying the keyup callback to save not the selection start, but also the selection end.
The text was updated successfully, but these errors were encountered: