-
Notifications
You must be signed in to change notification settings - Fork 203
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
Fixes #1455 - prevent shortkeys to fire in comment textarea #1464
Conversation
r? @miketaylr |
(I think this needs to be rebased against latest master...) So, it turns out this regression was introduced by #1431... and it was my suggestion to use mousetrap to handle ctrl+enter... which meant the two existing shortcuts would work. Oops. 🙈 This looks good, but we should rename the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r+
@@ -24,9 +24,9 @@ issues.LabelsView = Backbone.View.extend({ | |||
"click .js-LabelEditorLauncher.is-active": "closeEditor" | |||
}, | |||
keyboardEvents: { | |||
"l": "labelWrap" | |||
"l": "labelWarp" |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
I'll file a followup issue for the renaming, that's a very good "good first bug". :) |
@miketaylr you merged, so no rebase? :) |
Yeah, sorry -- the merge applied cleanly. All good! |
No description provided.