angular-canvas-ext icon indicating copy to clipboard operation
angular-canvas-ext copied to clipboard

Scale by MouseWheel

Open Konstruktour opened this issue 10 years ago • 1 comments

Suggestion: Add the following lines to the end of the function handleMouseWheel (line 573) to see scaling by mousewheel in realtime!

e.preventDefault(); $scope.$apply();

Konstruktour avatar Apr 26 '14 14:04 Konstruktour

Thank you for pointing out! Will look at and test it asap. Btw, feel free to send pull requests.

petalvlad avatar May 07 '14 07:05 petalvlad