Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Emit pinch event in _pinch()
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
framer/LayerPinchable.coffee
|
@@ -90,6 +90,8 @@ class exports.LayerPinchable extends BaseClass |
|
|
@layer.rotation = rotation |
|
|
@emit(Events.Rotate, event) |
|
|
|
|
|
@emit(Events.Pinch, event) |
|
|
|
|
|
_pinchEnd: (event) => |
|
|
@_reset() |
|
|
@emit(Events.PinchEnd, event) |
|
|