Skip to content

Commit e2e4e3a

Browse files
authored
Merge pull request #19 from yessGlory17/bug-fix
event bug fix
2 parents b6db0a6 + c85d4c8 commit e2e4e3a

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)