Skip to content

Commit e41dfd9

Browse files
author
George Mount
committed
Sync the selection cursor when adjusting caret handle.
Bug 6512357 Change-Id: Ie8b0c6a17ea668b2c4ba9f3de404fdc0c2d319f8
1 parent 308904d commit e41dfd9

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)