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

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

Remove selection highlight when replacing/deleting.

 Bug 6506101

Change-Id: Ia5729aafa30cbb502e94adf92f7534cb552199a6
parent 5d09bf69
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7542,6 +7542,7 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
                    int cursorPosition = start + text.length();
                    replaceTextfieldText(start, end, text,
                            cursorPosition, cursorPosition);
                    selectionDone();
                    break;
                }