mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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