mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
many small issues found by intellij analysis
This commit is contained in:
@@ -19,7 +19,7 @@ export default class LauncherContextMenu {
|
||||
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