Skip to content

Commit 01ef631

Browse files
committed
feat: add focusSearch method call after filtering in Main.controller.ts
1 parent 893e333 commit 01ef631

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webapp/controller/Main.controller.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ export default class Main extends BaseController {
472472
}
473473

474474
this.filterTable();
475+
this.focusSearch();
475476
}
476477

477478
private updateTabCounts(transactions: Transaction[]): void {

0 commit comments

Comments
 (0)