docs: fix note for will-move
event (#32362)
This commit is contained in:
parent
cb2c1f888e
commit
bd861e5079
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ Returns:
|
|||
|
||||
Emitted before the window is moved. On Windows, calling `event.preventDefault()` will prevent the window from being moved.
|
||||
|
||||
Note that this is only emitted when the window is being resized manually. Resizing the window with `setBounds`/`setSize` will not emit this event.
|
||||
Note that this is only emitted when the window is being moved manually. Moving the window with `setPosition`/`setBounds`/`center` will not emit this event.
|
||||
|
||||
#### Event: 'move'
|
||||
|
||||
|
|
Loading…
Reference in a new issue