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

Commit 1b4aab66 authored by George Mount's avatar George Mount Committed by Android Git Automerger
Browse files

am 23542062: am 3c814072: Merge "Only clear the caret when in caret selection mode." into jb-dev

* commit '23542062':
  Only clear the caret when in caret selection mode.
parents 2a210491 23542062
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -7513,7 +7513,9 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
                }

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

                case KEY_PRESS: