Skip to content

Commit

Permalink
rem - Removed self-insert from normal mode in text...
Browse files Browse the repository at this point in the history
... editor

---

Self-insert character is only allowed in the editor mode.

---

Type: rem
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Sep 27, 2024
1 parent 956a80e commit 26d1c35
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Terminaux/Inputs/Styles/Editor/TextEditInteractive.cs
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,6 @@ private static void HandleKeypress(ConsoleKeyInfo key, ref List<string> lines, S
case ConsoleKey.Divide:
FindNext(ref lines, settings);
break;
default:
InsertChar(key.KeyChar, ref lines);
break;
}
}
}
Expand Down

0 comments on commit 26d1c35

Please sign in to comment.