Skip to content

Instantly share code, notes, and snippets.

@mrrocks
Last active August 29, 2015 14:15
Show Gist options
  • Save mrrocks/291ef561cbfea10a91ef to your computer and use it in GitHub Desktop.
Save mrrocks/291ef561cbfea10a91ef to your computer and use it in GitHub Desktop.
Stop event propagation in FramerJS
layer.on Events.DragEnd, (event) ->
event.stopPropagation()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment