Skip to content

Commit

Permalink
FIX Update selector for editable columns Javascript handler to match …
Browse files Browse the repository at this point in the history
…GridField.js in core
  • Loading branch information
robbieaverill authored and dhensby committed Sep 28, 2017
1 parent f764303 commit ee9bd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/GridFieldExtensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
* GridFieldEditableColumns
*/

$('.ss-gridfield.ss-gridfield-editable .ss-gridfield-item td').entwine({
$('.grid-field .ss-gridfield-item').entwine({
onclick: function(e) {
// Prevent the default row click action when clicking a cell that contains a field
if (this.find('.editable-column-field').length) {
Expand Down

0 comments on commit ee9bd6b

Please sign in to comment.