Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb8549db authored by George Mount's avatar George Mount Committed by Android (Google) Code Review
Browse files

Merge "Sync the selection cursor when adjusting caret handle." into jb-dev

parents 7852a59d e41dfd97
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4965,6 +4965,7 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc

    private void adjustSelectionCursors() {
        if (mIsCaretSelection) {
            syncSelectionCursors();
            return; // no need to swap left and right handles.
        }