Tray: Rename events to drag-enter and drag-leave
Previously, the names were drag-entered and drag-exited. The new names mirror the HTML Drag and Drop event names
This commit is contained in:
parent
8a296f82a0
commit
f98147ea01
2 changed files with 4 additions and 4 deletions
|
@ -119,11 +119,11 @@ closes it.
|
|||
|
||||
Emitted when dragged files are dropped in the tray icon.
|
||||
|
||||
### Event: 'drag-entered' _OS X_
|
||||
### Event: 'drag-enter' _OS X_
|
||||
|
||||
Emitted when a drag operation enters the tray icon.
|
||||
|
||||
### Event: 'drag-exited' _OS X_
|
||||
### Event: 'drag-leave' _OS X_
|
||||
|
||||
Emitted when a drag operation exits the tray icon.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue