1
0
Fork 0

Try dblclick for reloading

Not sure if this'll work on touch-based devices. Also good for debugging.
This commit is contained in:
Lim Chee Aun 2022-12-25 23:53:18 +08:00
parent 01963c9d7a
commit c75bf36345

View file

@ -78,6 +78,9 @@ function Home({ hidden }) {
onClick={() => {
scrollableRef.current?.scrollTo({ top: 0, behavior: 'smooth' });
}}
onDblClick={() => {
loadStatuses(true);
}}
>
<div class="header-side">
<button