vue-highlights
vue-highlights copied to clipboard
Selecting text with the keyboard doesn't work
Pressing shift+right
or cmd+a
doesn't let you highlight text as it's supposed to.
Each keyUp event triggers an innerHTML
update that wipes the selection.
This can be fixed by adding a list of exception keys that will be ignored when handling the keyUp
event.