mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Need a way to refresh status page on-demand
This commit is contained in:
parent
13c3b8fa3b
commit
7f5214c8c6
1 changed files with 4 additions and 0 deletions
|
@ -311,6 +311,10 @@ function StatusPage({ id }) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
onDblClick={(e) => {
|
||||||
|
// reload statuses
|
||||||
|
states.reloadStatusPage++;
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
{/* <div>
|
{/* <div>
|
||||||
<Link class="button plain deck-close" href={closeLink}>
|
<Link class="button plain deck-close" href={closeLink}>
|
||||||
|
|
Loading…
Reference in a new issue