Added prevent default on Ctrl+b
This commit is contained in:
@ -316,6 +316,7 @@ export class Editor {
|
||||
|
||||
// This is the modal to switch between universes
|
||||
if (event.ctrlKey && event.key === "b") {
|
||||
event.preventDefault();
|
||||
this.hideDocumentation();
|
||||
this.updateKnownUniversesView();
|
||||
this.openBuffersModal();
|
||||
|
||||
Reference in New Issue
Block a user