Merge "Sync the selection cursor when adjusting caret handle." into jb-dev
This commit is contained in:
@@ -4965,6 +4965,7 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
|
|||||||
|
|
||||||
private void adjustSelectionCursors() {
|
private void adjustSelectionCursors() {
|
||||||
if (mIsCaretSelection) {
|
if (mIsCaretSelection) {
|
||||||
|
syncSelectionCursors();
|
||||||
return; // no need to swap left and right handles.
|
return; // no need to swap left and right handles.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user