mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 02:30:42 +01:00
Fix right click bookmark bug
This commit is contained in:
@@ -17,6 +17,9 @@ export default class OpenNoteButtonWidget extends OnClickButtonWidget {
|
||||
}
|
||||
|
||||
async launch(evt) {
|
||||
if (evt.which === 3) {
|
||||
return;
|
||||
}
|
||||
const ctrlKey = utils.isCtrlKey(evt);
|
||||
|
||||
if ((evt.which === 1 && ctrlKey) || evt.which === 2) {
|
||||
|
||||
Reference in New Issue
Block a user