Try dblclick for reloading
Not sure if this'll work on touch-based devices. Also good for debugging.
This commit is contained in:
parent
01963c9d7a
commit
c75bf36345
|
@ -78,6 +78,9 @@ function Home({ hidden }) {
|
|||
onClick={() => {
|
||||
scrollableRef.current?.scrollTo({ top: 0, behavior: 'smooth' });
|
||||
}}
|
||||
onDblClick={() => {
|
||||
loadStatuses(true);
|
||||
}}
|
||||
>
|
||||
<div class="header-side">
|
||||
<button
|
||||
|
|
Loading…
Reference in a new issue