Skip to content

Commit

Permalink
Merge pull request #19 from yessGlory17/bug-fix
Browse files Browse the repository at this point in the history
event bug fix
  • Loading branch information
yessGlory17 authored May 29, 2022
2 parents b6db0a6 + c85d4c8 commit e2e4e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ app
})
.catch(console.log);

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

0 comments on commit e2e4e3a

Please sign in to comment.