Skip to content

Commit e126f00

Browse files
Jameel99mportuga
authored andcommitted
Update ui-grid-column-resizer.js
fix: removed trailing spaces
1 parent 8d08525 commit e126f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
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) {
122+
if (colIndex === 0) {
123123
return renderContainer.visibleColumnCache[0];
124124
}
125125
return renderContainer.visibleColumnCache[colIndex - 1 * rtlMultiplier];

0 commit comments

Comments
 (0)