Files
ladybird/Userland/Libraries/LibGUI/VimEditingEngine.cpp
Lucas CHOLLET 201890e109 LibGUI: Don't call on_escape_pressed from EditingEngines
The call will be handled in `TextEditor::keydown_event`, just after that
`EditingEngine::on_key()` is called.
2023-07-14 06:52:38 +02:00

49 KiB