We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 544f766 + 91cd2d8 commit 3d99bf6Copy full SHA for 3d99bf6
code_comments/htdocs/code-comments.js
@@ -173,7 +173,7 @@ var underscore = _.noConflict();
173
// propoagating in order to avoid unexpected navigation while the
174
// user is typing their comment.
175
this.$el.keydown(function(e) {
176
- event.stopPropagation();
+ e.stopPropagation();
177
});
178
this.$('button.add-comment').button();
179
return this;
0 commit comments