Skip to content

Conversation

@bantic
Copy link
Collaborator

@bantic bantic commented Mar 24, 2016

It is possible for the editor's element to be focused but not have a
cursor (selection). In this case, key events will fire on the editor's
element but the editor will not be able to determine a logical
Position (since there is no selection). When this happens, we abort
handling the key event.

fixes #344

cc @rlivsey

It is possible for the editor's element to be focused but not have a
cursor (selection). In this case, key events will fire on the editor's
element but the editor will not be able to determine a logical
`Position` (since there is no selection). When this happens, we abort
handling the key event.

fixes #344
@bantic bantic force-pushed the position-move-344 branch from 8afc91f to 251675e Compare March 24, 2016 21:42
@bantic bantic merged commit 9fc1f20 into master Mar 24, 2016
@bantic bantic deleted the position-move-344 branch March 24, 2016 21:52
@bantic
Copy link
Collaborator Author

bantic commented Mar 24, 2016

released in v0.9.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Position#move isn't available on blank position

2 participants