mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 08:58:52 +00:00
file transfer clear selected items onSearchText
This commit is contained in:
parent
b265d25dcb
commit
64c44e1be6
1 changed files with 2 additions and 0 deletions
|
|
@ -833,8 +833,10 @@ class _FileManagerPageState extends State<FileManagerPage>
|
|||
|
||||
onSearchText(String searchText, bool isLocal) {
|
||||
if (isLocal) {
|
||||
_localSelectedItems.clear();
|
||||
_searchTextLocal.value = searchText;
|
||||
} else {
|
||||
_remoteSelectedItems.clear();
|
||||
_searchTextRemote.value = searchText;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue