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

Commit 0925a76b authored by George Mount's avatar George Mount
Browse files

Only clear the caret when in caret selection mode.

 Bug 6506761

Change-Id: I5772691053bff30c25870e6068f5d85b850b7b81
parent 4441a369
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -7564,7 +7564,9 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
                }
                }


                case CLEAR_CARET_HANDLE:
                case CLEAR_CARET_HANDLE:
                    if (mIsCaretSelection) {
                        selectionDone();
                        selectionDone();
                    }
                    break;
                    break;


                case KEY_PRESS:
                case KEY_PRESS: