1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:57:35 +00:00

Shell: Reset the custom Shell keybinds before calling Editor::get_line()

Fixes #19301.
This commit is contained in:
Ali Mohammad Pur 2023-06-11 16:24:54 +03:30 committed by Ali Mohammad Pur
parent 36153136c4
commit 1696411f66
2 changed files with 15 additions and 8 deletions

View file

@ -109,6 +109,7 @@ public:
void set_live_formatting(bool value) { m_should_format_live = value; }
void setup_signals();
void setup_keybinds();
struct SourcePosition {
DeprecatedString source_file;