Skip to content

Commit

Permalink
add onpaste event to vdom (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
levovix0 authored Feb 1, 2024
1 parent 8e75d73 commit 141f116
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions karax/vdom.nim
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ type
ontransitionrun,
ontransitionstart,

onpaste,

onwheel ## fires when the user rotates a wheel button on a pointing device.

const
Expand Down

0 comments on commit 141f116

Please sign in to comment.