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

Commit 8d47082d authored by George Mount's avatar George Mount Committed by Android Git Automerger
Browse files

am e0df34f6: am bb8549db: Merge "Sync the selection cursor when adjusting...

am e0df34f6: am bb8549db: Merge "Sync the selection cursor when adjusting caret handle." into jb-dev

* commit 'e0df34f6':
  Sync the selection cursor when adjusting caret handle.
parents bb4811be e0df34f6
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.
        }