Skip to content

Commit

Permalink
Revert "Update ui-grid-column-resizer.js"
Browse files Browse the repository at this point in the history
This reverts commit 9b7a885.
  • Loading branch information
Jameel99 authored and mportuga committed Sep 25, 2020
1 parent abc1e74 commit 88191a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/resize-columns/src/js/ui-grid-column-resizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@
if (position === 'left') {
// Get the column to the left of this one
var colIndex = renderContainer.visibleColumnCache.indexOf(col);
if(colIndex === 0){
return renderContainer.visibleColumnCache[0];
}
return renderContainer.visibleColumnCache[colIndex - 1 * rtlMultiplier];
} else {
return col;
Expand Down

0 comments on commit 88191a0

Please sign in to comment.