fix context menu in browser for launchers, closes #3454

This commit is contained in:
zadam
2022-12-25 10:33:31 +01:00
parent 3b5f2b86d5
commit a083917db1
4 changed files with 7 additions and 3 deletions

View File

@@ -29,6 +29,8 @@ export default class AbstractButtonWidget extends NoteContextAwareWidget {
this.$widget.tooltip("hide");
this.settings.onContextMenu(e);
return false; // blocks default browser right click menu
});
}