File tree 1 file changed +1
-3
lines changed
projects/igniteui-angular/src/lib/grids/pivot-grid
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import { PivotUtil } from './pivot-util';
6
6
import { IgxPivotRowDimensionMrlRowComponent } from './pivot-row-dimension-mrl-row.component' ;
7
7
import { IMultiRowLayoutNode } from '../public_api' ;
8
8
import { SortingDirection } from '../../data-operations/sorting-strategy' ;
9
- import { PivotUtil } from './pivot-util' ;
10
9
import { take , timeout } from 'rxjs' ;
11
10
12
11
@Injectable ( )
@@ -177,8 +176,7 @@ export class IgxPivotGridNavigationService extends IgxGridNavigationService {
177
176
178
177
if ( ctrl ) {
179
178
const dimIndex = this . activeNode . column ;
180
- const flatRowDimensions = PivotUtil . flatten ( this . grid . visibleRowDimensions )
181
- const dim = flatRowDimensions [ dimIndex ] ;
179
+ const dim = this . grid . visibleRowDimensions [ dimIndex ] ;
182
180
if ( this . activeNode . row === - 1 ) {
183
181
if ( key . includes ( 'down' ) || key . includes ( 'up' ) ) {
184
182
let newSortDirection = SortingDirection . None ;
You can’t perform that action at this time.
0 commit comments