Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. onRightClick :: msg -> Attribute msg
  2. onRightClick message =
  3. onWithOptions
  4. Options { preventDefault = True, stopPropagation = True }
  5. "contextmenu"
  6. emptyDecoder
  7. (const message)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement