Skip to content

Commit 592440d

Browse files
jjlangholtzpatternfly-build
authored andcommitted
Use requestAnimationFrame instead of $timeout
1 parent 9151bb2 commit 592440d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/listview/list-view.component.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ angular.module('patternfly.views').component('pfListView', {
575575
}
576576
nextElement = nextElement.parentElement;
577577
}
578-
}, 100);
578+
});
579579
};
580580

581581
ctrl.itemClick = function (e, item) {

0 commit comments

Comments
 (0)