diff --git a/src/features/edit/js/gridEdit.js b/src/features/edit/js/gridEdit.js index 3773ee79b1..2a72673a62 100644 --- a/src/features/edit/js/gridEdit.js +++ b/src/features/edit/js/gridEdit.js @@ -598,7 +598,7 @@ // if the cell isn't fully visible, and cellNav is present, scroll it to be fully visible before we start if ( $scope.grid.api.cellNav ){ - $scope.grid.api.cellNav.scrollToIfNecessary( $scope, $scope.row, $scope.col ); + $scope.grid.api.cellNav.scrollToIfNecessary( $scope.row, $scope.col ); } cellModel = $parse($scope.row.getQualifiedColField($scope.col));