Index: ui/touch_selection/touch_selection_controller.cc |
diff --git a/ui/touch_selection/touch_selection_controller.cc b/ui/touch_selection/touch_selection_controller.cc |
index 3d52b4c3e423f276b65541c1491b0e260411fb86..29068794dbb3af6d1e21b7a28e38b2caa80d3674 100644 |
--- a/ui/touch_selection/touch_selection_controller.cc |
+++ b/ui/touch_selection/touch_selection_controller.cc |
@@ -173,6 +173,7 @@ void TouchSelectionController::AllowShowingFromCurrentSelection() { |
void TouchSelectionController::OnTapEvent() { |
response_pending_input_event_ = TAP; |
+ activate_selection_automatically_ = false; |
ShowInsertionHandleAutomatically(); |
if (selection_empty_ && !show_on_tap_for_empty_editable_) |
DeactivateInsertion(); |