diff --git a/src/UI/Editor.cs b/src/UI/Editor.cs index 8bf494c5..16821efc 100644 --- a/src/UI/Editor.cs +++ b/src/UI/Editor.cs @@ -122,7 +122,7 @@ public void Run(Options options) Application.KeyDown += (_, k) => { - if (this.editing) + if (this.editing || this.viewBeingEdited == null) { return; }