Add support for dropped text in osx

This commit is contained in:
Wilson Page 2016-07-14 18:21:39 +01:00
parent 43e9f30b21
commit 90f8a7e828
7 changed files with 27 additions and 1 deletions

View file

@ -122,6 +122,13 @@ Emitted when any dragged items are dropped on the tray icon.
Emitted when dragged files are dropped in the tray icon.
#### Event: 'drop-text' _macOS_
* `event` Event
* `text` String - the dropped text string
Emitted when dragged text is dropped in the tray icon.
#### Event: 'drag-enter' _macOS_
Emitted when a drag operation enters the tray icon.