Skip to content

Commit a76cb2a

Browse files
committed
[native] fix(Tree): Make back button close search
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent ce62238 commit a76cb2a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ui/views/native/Tree.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,8 @@ export default {
663663
this.isEditingFolder = false
664664
return
665665
}
666-
if (this.searchQuery) {
666+
if (this.showSearch) {
667+
this.showSearch = false
667668
this.searchQuery = ''
668669
return
669670
}

0 commit comments

Comments
 (0)