Skip to content

Commit

Permalink
Revert "fix issue #68 editor with activeRow selection"
Browse files Browse the repository at this point in the history
This reverts commit 2dbffbe.
  • Loading branch information
ghiscoding committed May 11, 2018
1 parent 2dbffbe commit 5d9e444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slick.grid.js
Expand Up @@ -2749,7 +2749,7 @@ if (typeof Slick === "undefined") {
scrollRowIntoView(cell.row, false);

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

0 comments on commit 5d9e444

Please sign in to comment.