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

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

Show caret handle when clicking in the middle of text.

 Bug 6545325

Change-Id: Ibea6daca1da12eec38b05f7f451561d31bb3c983
parent b72ac9dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7872,7 +7872,7 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
        nativeSetTextSelection(mNativeClass, data.mSelectTextPtr);

        if ((data.mSelectionReason == TextSelectionData.REASON_ACCESSIBILITY_INJECTOR)
                || (!mSelectingText
                || (!mSelectingText && data.mStart != data.mEnd
                        && data.mSelectionReason != TextSelectionData.REASON_SELECT_WORD)) {
            selectionDone();
            mShowTextSelectionExtra = true;