-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add cursorChanged
event
#157
Comments
bantic
added a commit
that referenced
this issue
Sep 21, 2015
Fires after the selection changes as result of a mouseup or keyup event. fixes #157
bantic
added a commit
that referenced
this issue
Sep 22, 2015
bantic
added a commit
that referenced
this issue
Sep 22, 2015
Remove editor#reportSelection and editor#reportNoSelection in favor of funneling all selection-change-detection through `editor#_reportSelectionState` fixes #157
bantic
added a commit
that referenced
this issue
Sep 22, 2015
Remove editor#reportSelection and editor#reportNoSelection in favor of funneling all selection-change-detection through `editor#_reportSelectionState` fixes #157
bantic
added a commit
to mixonic/content-kit-editor
that referenced
this issue
Sep 22, 2015
Remove editor#reportSelection and editor#reportNoSelection in favor of funneling all selection-change-detection through `editor#_reportSelectionState` fixes bustle#157
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This event will be useful in building a UI for content-kit that can react when the user moves the cursor through different markups, so that the UI can highlight a toolbar button corresponding to the current text under the cursor, for instance.
The text was updated successfully, but these errors were encountered: