Skip to content

Commit c85d4c8

Browse files
committed
event bug fix
1 parent b6db0a6 commit c85d4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,6 @@ app
156156
})
157157
.catch(console.log);
158158

159-
ipcMain.on('window-move',(args)=>{
159+
ipcMain.on('window-move',(event,args)=>{
160160
positioner.move(args);
161161
})

0 commit comments

Comments
 (0)