Navigation Menu

Skip to content

Commit

Permalink
Correct overdrag
Browse files Browse the repository at this point in the history
  • Loading branch information
koenbok committed Jan 28, 2016
1 parent 17eeb59 commit 6c1eee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framer/LayerDraggable.coffee
Expand Up @@ -163,7 +163,7 @@ class exports.LayerDraggable extends BaseClass
x: touchEvent.clientX - @_correctedLayerStartPoint.x
y: touchEvent.clientY - @_correctedLayerStartPoint.y

@_point = @layer.point
@_point = @_correctedLayerStartPoint
@_ignoreUpdateLayerPosition = false

@emit(Events.DragStart, event)
Expand Down

0 comments on commit 6c1eee0

Please sign in to comment.