mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:17:35 +00:00
Shell: Reset the custom Shell keybinds before calling Editor::get_line()
Fixes #19301.
This commit is contained in:
parent
36153136c4
commit
1696411f66
2 changed files with 15 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue