Skip to content

Commit 6379193

Browse files
authored
chore(core): fix linting error part 2
1 parent d27510d commit 6379193

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/js/factories

1 file changed

+1
-1
lines changed

packages/core/src/js/factories/Grid.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2476,7 +2476,7 @@ angular.module('ui.grid')
24762476
else if ((pixelsToSeeRow + self.options.rowHeight) > Math.ceil(bottomBound)) {
24772477
// Get the different between the bottom boundary and the required scroll position and add it to the current scroll position
24782478
// plus the height of one row since scrollPixels points to the top pixel of the row
2479-
// to get the full position we need
2479+
// to get the full position we need
24802480
scrollPixels = (pixelsToSeeRow + self.options.rowHeight) - bottomBound + self.renderContainers.body.prevScrollTop;
24812481

24822482
// Scroll to full position

0 commit comments

Comments
 (0)