mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 00:13:12 +03:00
grid: optimistic notification opening
This commit is contained in:
parent
24b713a1ea
commit
50061a72b1
@ -87,6 +87,8 @@ export const useHarkStore = createState<HarkState>(
|
||||
await api.poke(archive(bin, lid));
|
||||
},
|
||||
opened: async () => {
|
||||
reduceHark({ opened: null });
|
||||
|
||||
await api.poke(opened);
|
||||
},
|
||||
getMore: async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user