mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-05 03:04:03 +00:00
fix: clear input field when opening "Add contact" popup
This commit is contained in:
parent
d4a220b051
commit
1d6b7b5759
@ -128,6 +128,10 @@ Item {
|
||||
profileModel.lookupContact(value)
|
||||
})
|
||||
|
||||
onOpened: {
|
||||
addContactSearchInput.text = ""
|
||||
}
|
||||
|
||||
Input {
|
||||
id: addContactSearchInput
|
||||
//% "Enter ENS username or chat key"
|
||||
|
Loading…
x
Reference in New Issue
Block a user