mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
many small issues found by intellij analysis
This commit is contained in:
@@ -21,7 +21,7 @@ export default class TreeContextMenu {
|
||||
x: e.pageX,
|
||||
y: e.pageY,
|
||||
items: await this.getMenuItems(),
|
||||
selectMenuItemHandler: (item, e) => this.selectMenuItemHandler(item, e)
|
||||
selectMenuItemHandler: (item, e) => this.selectMenuItemHandler(item)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user