chore(deps): Upgrade to Electron v27 (#2388)
This commit is contained in:
committed by
GitHub
parent
ebaf9cf848
commit
aa4fb3d08e
@@ -91,11 +91,11 @@ function init (state, options) {
|
||||
})
|
||||
|
||||
win.on('move', debounce(e => {
|
||||
send('windowBoundsChanged', e.sender.getBounds())
|
||||
send('windowBoundsChanged', main.win.getBounds())
|
||||
}, 1000))
|
||||
|
||||
win.on('resize', debounce(e => {
|
||||
send('windowBoundsChanged', e.sender.getBounds())
|
||||
send('windowBoundsChanged', main.win.getBounds())
|
||||
}, 1000))
|
||||
|
||||
win.on('close', e => {
|
||||
|
||||
Reference in New Issue
Block a user