mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 10:16:26 +00:00
remove menu offset
This commit is contained in:
@@ -85,7 +85,7 @@ class FolderItem extends React.Component {
|
||||
click: () => this.handleDeleteButtonClick(e)
|
||||
}))
|
||||
|
||||
menu.popup(remote.getCurrentWindow(), e.clientX, e.clientY - 44)
|
||||
menu.popup(remote.getCurrentWindow())
|
||||
}
|
||||
|
||||
handleRenameButtonClick (e) {
|
||||
|
||||
Reference in New Issue
Block a user