Skip to content

Commit

Permalink
fix issue 6pac#68 editor with activeRow selection
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored and Lasse Hyyrynen committed Dec 19, 2018
1 parent 161cbb2 commit 8a386a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slick.grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -2741,7 +2741,7 @@
scrollRowIntoView(cell.row, false);

var preClickModeOn = (e.target && e.target.className === Slick.preClickClassName);
setActiveCellInternal(getCellNode(cell.row, cell.cell), null, preClickModeOn);
setActiveCellInternal(getCellNode(cell.row, cell.cell), null, preClickModeOn, true);
}
}
}
Expand Down

0 comments on commit 8a386a9

Please sign in to comment.