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
|
// This is the modal to switch between universes
|
||||||
if (event.ctrlKey && event.key === "b") {
|
if (event.ctrlKey && event.key === "b") {
|
||||||
|
event.preventDefault();
|
||||||
this.hideDocumentation();
|
this.hideDocumentation();
|
||||||
this.updateKnownUniversesView();
|
this.updateKnownUniversesView();
|
||||||
this.openBuffersModal();
|
this.openBuffersModal();
|
||||||
|
|||||||
Reference in New Issue
Block a user