Skip to content

Commit 4575062

Browse files
committed
Experimental removing of scope.apply() in ApplyJsonDiff, due to flickering and incomplete updates when Ctrl+Z lots of changes on the timeline (i.e. spamming of updates). Seems much more consistent with this not present, and I'm still seeing no issues with waveforms, waveform updates, etc...
1 parent d94a88e commit 4575062

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/timeline/js/controllers.js

-3
Original file line numberDiff line numberDiff line change
@@ -1474,9 +1474,6 @@ $scope.updateLayerIndex = function () {
14741474
}
14751475
}
14761476

1477-
// Apply all changes
1478-
$scope.$apply();
1479-
14801477
// return true
14811478
return true;
14821479
};

0 commit comments

Comments
 (0)