Skip to content

Commit 2609e3c

Browse files
committed
UI will stop ongoing global search, if the user changes search type to a local search
1 parent e859236 commit 2609e3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/pages/sr-search/sr-search.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ export class SrSearchComponent {
278278
this.localOnly = false;
279279
} else {
280280
this.localOnly = true;
281+
this.clearGlobalSearchTimers();
281282
}
282283

283284
; this.smartTable.loadData(undefined);

0 commit comments

Comments
 (0)