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
Inside the change event I console.log(keyboard) and keyboard.last.start and keyboard.last.end always appear to be the same, no matter the length of the key's value.
The text was updated successfully, but these errors were encountered:
Understood, that completely clarifies it. start and end are about the caret position. If there's a selection, they're different, otherwise they're the same.
Inside the change event I
console.log(keyboard)
andkeyboard.last.start
andkeyboard.last.end
always appear to be the same, no matter the length of the key's value.The text was updated successfully, but these errors were encountered: