Skip to content

Commit 3925581

Browse files
authored
Merge pull request #11 from andys8/event-expose-clipboard-data
Events: Expose clipboardData
2 parents 738acf6 + 47e4e27 commit 3925581

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/React/Basic/DOM/Events.purs

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module React.Basic.DOM.Events
4141
, clientY
4242
, button
4343
, buttons
44+
, clipboardData
4445
) where
4546

4647
import Prelude

0 commit comments

Comments
 (0)