Skip to content

Commit 88191a0

Browse files
Jameel99mportuga
authored andcommitted
Revert "Update ui-grid-column-resizer.js"
This reverts commit 9b7a885.
1 parent abc1e74 commit 88191a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/resize-columns/src/js/ui-grid-column-resizer.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@
119119
if (position === 'left') {
120120
// Get the column to the left of this one
121121
var colIndex = renderContainer.visibleColumnCache.indexOf(col);
122-
if(colIndex === 0){
123-
return renderContainer.visibleColumnCache[0];
124-
}
125122
return renderContainer.visibleColumnCache[colIndex - 1 * rtlMultiplier];
126123
} else {
127124
return col;

0 commit comments

Comments
 (0)