Skip to content

Commit ad628f6

Browse files
authored
Merge pull request #8066 from gitbutlerapp/e-branch-38
let the people search their branches
2 parents 88bcc7b + c310798 commit ad628f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/desktop/src/components/Branches.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
}
9191
9292
function openSearch() {
93+
searching = true;
9394
setTimeout(() => {
9495
searchEl?.focus();
9596
}, 0);

0 commit comments

Comments
 (0)