diff --git a/src/app/webbrowser/AddressBar.qml b/src/app/webbrowser/AddressBar.qml index 003504cca..bc1433ea9 100644 --- a/src/app/webbrowser/AddressBar.qml +++ b/src/app/webbrowser/AddressBar.qml @@ -85,7 +85,12 @@ FocusScope { anchors.fill: parent - onTextChanged: searchTextTimer.restart() + onTextChanged: { + if (editing) { + addressbar.text = ""; + searchTextTimer.restart(); + } + } primaryItem: Item { id: icons