Make the image crop slider move at 66 hertz

This commit is contained in:
Kenn Jacobsen
2019-02-14 18:39:10 +01:00
committed by Sebastiaan Janssen
parent 4249f3d1ec
commit 8fe8a0dfa3

View File

@@ -232,7 +232,7 @@ angular.module("umbraco.directives")
var throttledResizing = _.throttle(function(){
resizeImageToScale(scope.dimensions.scale.current);
calculateCropBox();
}, 100);
}, 15);
//happens when we change the scale