-
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
After pasting URL, hitting spacebar should not edit URL #392
Comments
cknific
changed the title
Spacebar continues to edit URL
After pasting URL, hitting spacebar should not edit URL
May 10, 2016
Thanks for raising this. This is a good suggestion. We will need to change the inclusivity rules about link ( |
bantic
added a commit
that referenced
this issue
Jul 21, 2016
Changes `Post#markupsInRange` to check the markers to the left and right of the position when range is collapsed. The markups in those markers provide `isForwardInclusive` and `isBackwardInclusive` methods that are used to determine which markups should be considered "active" at that range. fix #392 fix #402
bantic
added a commit
that referenced
this issue
Jul 21, 2016
Changes `Post#markupsInRange` to check the markers to the left and right of the position when range is collapsed. The markups in those markers provide `isForwardInclusive` and `isBackwardInclusive` methods that are used to determine which markups should be considered "active" at that range. Also updates some test suites that weren't using Helpers.test and Helpers.module. fix #392 fix #402
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Immediately after pasting a URL into editor, users should be able to hit the spacebar without adding to the URL.
The text was updated successfully, but these errors were encountered: