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

Commit e41dfd97 authored by George Mount's avatar George Mount
Browse files

Sync the selection cursor when adjusting caret handle.

 Bug 6512357

Change-Id: Ie8b0c6a17ea668b2c4ba9f3de404fdc0c2d319f8
parent 308904dc
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.
        }