Add support for dropped text in osx
This commit is contained in:
parent
43e9f30b21
commit
90f8a7e828
7 changed files with 27 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue