diff --git a/imgui.cpp b/imgui.cpp index fbe59c44..fe6ab341 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -7046,6 +7046,7 @@ void ImGuiTextEditState::OnKeyPressed(int key) { stb_textedit_key(this, &StbState, key); CursorFollow = true; + SelectedAllMouseLock = true; CursorAnimReset(); }