We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a4b43 commit 0fc6b21Copy full SHA for 0fc6b21
src/features/edit/js/gridEdit.js
@@ -598,7 +598,7 @@
598
599
// if the cell isn't fully visible, and cellNav is present, scroll it to be fully visible before we start
600
if ( $scope.grid.api.cellNav ){
601
- $scope.grid.api.cellNav.scrollToIfNecessary( $scope, $scope.row, $scope.col );
+ $scope.grid.api.cellNav.scrollToIfNecessary( $scope.row, $scope.col );
602
}
603
604
cellModel = $parse($scope.row.getQualifiedColField($scope.col));
0 commit comments