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.
1 parent de01b2b commit 443a635Copy full SHA for 443a635
src/features/edit/js/gridEdit.js
@@ -938,7 +938,7 @@
938
$timeout(function () {
939
$elm[0].focus();
940
//only select text if it is not being replaced below in the cellNav viewPortKeyPress
941
- 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))) {
942
$elm[0].select();
943
}
944
else {
0 commit comments