diff options
Diffstat (limited to 'slick.grid.js')
-rw-r--r-- | slick.grid.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/slick.grid.js b/slick.grid.js index 9e3cdc8..b8ed5e7 100644 --- a/slick.grid.js +++ b/slick.grid.js @@ -2266,6 +2266,8 @@ if (typeof Slick === "undefined") { scrollRowIntoView(pos.row, !isAddNewRow); setActiveCellInternal(getCellNode(pos.row, pos.cell), isAddNewRow || options.autoEdit); activePosX = pos.posX; + } else { + setActiveCellInternal(getCellNode(activeRow, activeCell), isAddNewRow || options.autoEdit); } } |