Skip to content

Commit

Permalink
docs: fix note for will-move event (#32362)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Jan 10, 2022
1 parent cb2c1f8 commit bd861e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/browser-window.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit bd861e5

Please sign in to comment.