Skip to content

Commit

Permalink
Added missing paste event handler. (#1942)
Browse files Browse the repository at this point in the history
  • Loading branch information
enzoferey authored and ianstormtaylor committed Jul 1, 2018
1 parent 257b28a commit a698d4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/reference/slate-simulator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ Simulator a `focus` event with an `event` object.

Simulator a `keyDown` event with an `event` object.

### `paste`

`paste(event: Object) => Simulator`

Simulator a `paste` event with an `event` object.

### `select`

`select(event: Object) => Simulator`
Expand Down

0 comments on commit a698d4a

Please sign in to comment.