Skip to content

Commit

Permalink
Client side: Removed row click handler on editable cell [Issue #147]
Browse files Browse the repository at this point in the history
  • Loading branch information
o5 committed Jul 10, 2014
1 parent 30063eb commit af2d32a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client-side/grido.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,7 @@
.off('click.grido')
.on('click.grido', function(event) {
if ($(this).hasClass('edit')) {
event.preventDefault();
return false;
return;
}

if (event.shiftKey) {
Expand Down

0 comments on commit af2d32a

Please sign in to comment.