[Performance] Don't invoke apply from MCTSplitPane
Don't invoke apply on every from MCTSplitPane (this had been intended behavior, but argument was misplaced.)
This commit is contained in:
@@ -204,7 +204,7 @@ define(
|
||||
// And poll for position changes enforced by styles
|
||||
activeInterval = $interval(function () {
|
||||
getSetPosition(getSetPosition());
|
||||
}, POLLING_INTERVAL, false);
|
||||
}, POLLING_INTERVAL, 0, false);
|
||||
|
||||
// ...and stop polling when we're destroyed.
|
||||
$scope.$on('$destroy', function () {
|
||||
|
||||
Reference in New Issue
Block a user