mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(Settings): prevent keyboard search from clearing/navigating on second keystroke
This commit is contained in:
@@ -860,7 +860,7 @@ Item {
|
||||
}
|
||||
|
||||
onTextChanged: root.searchText = text
|
||||
onEditingFinished: {
|
||||
onAccepted: {
|
||||
if (root.searchText.trim() !== "")
|
||||
root.searchActivate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user