mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
HackStudio: Make use of existing TextEditor::on_focusin callback
This commit is contained in:
@@ -30,7 +30,7 @@ EditorWrapper::EditorWrapper()
|
||||
m_editor->set_ruler_visible(true);
|
||||
m_editor->set_automatic_indentation_enabled(true);
|
||||
|
||||
m_editor->on_focus = [this] {
|
||||
m_editor->on_focusin = [this] {
|
||||
set_current_editor_wrapper(this);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user