add missing update() calls (fix #36)
This commit is contained in:
@@ -207,9 +207,11 @@ function dispatch (action, ...args) {
|
||||
}
|
||||
if (action === 'toggleFullScreen') {
|
||||
electron.ipcRenderer.send('toggleFullScreen')
|
||||
update()
|
||||
}
|
||||
if (action === 'videoMouseMoved') {
|
||||
state.video.mouseStationarySince = new Date().getTime()
|
||||
update()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user