Test canceling debounce here if the fetch is faster than 1.5s

This commit is contained in:
Lim Chee Aun 2023-02-24 01:28:15 +08:00
parent cbb09e1b5d
commit e5ade9404b

View file

@ -61,6 +61,8 @@ function Timeline({
} catch (e) {
console.error(e);
setUIState('error');
} finally {
loadItems.cancel();
}
})();
},