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

@@ -31,6 +31,8 @@ export default class SpacerWidget extends BasicWidget {
appContext.triggerCommand(command);
}
});
return false; // blocks default browser right click menu
});
}
}