Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Reset pinchable.treshold to 0 by default
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
framer/LayerPinchable.coffee
|
@@ -17,7 +17,7 @@ Events.ScaleEnd = "scaleend" |
|
|
class exports.LayerPinchable extends BaseClass |
|
|
|
|
|
@define "enabled", @simpleProperty("enabled", true) |
|
|
@define "threshold", @simpleProperty("threshold", 64) |
|
|
@define "threshold", @simpleProperty("threshold", 0) |
|
|
@define "setOrigin", @simpleProperty("setOrigin", true) |
|
|
|
|
|
@define "scale", @simpleProperty("scale", true) |
|
|