mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Test canceling debounce here if the fetch is faster than 1.5s
This commit is contained in:
parent
cbb09e1b5d
commit
e5ade9404b
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ function Timeline({
|
|||
} catch (e) {
|
||||
console.error(e);
|
||||
setUIState('error');
|
||||
} finally {
|
||||
loadItems.cancel();
|
||||
}
|
||||
})();
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue