mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
Fix right click bookmark bug
This commit is contained in:
@@ -34,7 +34,7 @@ export default class NoteLauncher extends AbstractLauncher {
|
||||
async launch(evt) {
|
||||
// await because subclass overrides can be async
|
||||
const targetNoteId = await this.getTargetNoteId();
|
||||
if (!targetNoteId) {
|
||||
if (!targetNoteId || evt.which === 3) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user