Skip to content

Commit bb8549d

Browse files
George MountAndroid (Google) Code Review
authored andcommitted
Merge "Sync the selection cursor when adjusting caret handle." into jb-dev
2 parents 7852a59 + e41dfd9 commit bb8549d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/java/android/webkit/WebViewClassic.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4965,6 +4965,7 @@ private void syncSelectionCursors() {
49654965

49664966
private void adjustSelectionCursors() {
49674967
if (mIsCaretSelection) {
4968+
syncSelectionCursors();
49684969
return; // no need to swap left and right handles.
49694970
}
49704971

0 commit comments

Comments
 (0)