Prevent debounced call to page.show in tests
Change-Id: I058f025f69183da0ec7dfa7a92bfc2b9e7488ae7
This commit is contained in:
@@ -41,6 +41,10 @@
|
||||
'previous-page': '_handlePreviousPage',
|
||||
},
|
||||
|
||||
detached() {
|
||||
this.cancelDebouncer('reload');
|
||||
},
|
||||
|
||||
_filterChanged(filter) {
|
||||
this.debounce('reload', () => {
|
||||
if (filter) {
|
||||
|
||||
Reference in New Issue
Block a user