We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e01377 + 443a635 commit 5d17f2bCopy full SHA for 5d17f2b
src/features/edit/js/gridEdit.js
@@ -936,7 +936,7 @@
936
$timeout(function () {
937
$elm[0].focus();
938
//only select text if it is not being replaced below in the cellNav viewPortKeyPress
939
- if ($elm[0].select && $scope.col.colDef.enableCellEditOnFocus || !(uiGridCtrl && uiGridCtrl.grid.api.cellNav)) {
+ if ($elm[0].select && ($scope.col.colDef.enableCellEditOnFocus || !(uiGridCtrl && uiGridCtrl.grid.api.cellNav))) {
940
$elm[0].select();
941
}
942
else {
0 commit comments