1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00

remove menu offset

This commit is contained in:
Rokt33r
2016-05-14 12:47:59 +09:00
parent 9869545777
commit c3e62f58ab
3 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ class RepositorySection extends React.Component {
click: () => this.handleUnlinkButtonClick()
}))
menu.popup(remote.getCurrentWindow(), e.clientX, e.clientY - 44)
menu.popup(remote.getCurrentWindow())
}
handleNewFolderButtonClick (e) {