This website requires JavaScript.
Explore
Help
Sign In
LotusGuild
/
cinny
Watch
3
Star
0
Fork
0
Code
Issues
Pull Requests
2
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fd93339ad4c03714d85e7f33073c81c5b39799fe
cinny
/
src
/
app
/
state
/
mediaGallery.ts
T
4 lines
85 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix(media-gallery): dock as a flex sibling like MembersDrawer (was floating)
2026-06-19 16:14:50 -04:00
import
{
atom
}
from
'jotai'
;
export
const
mediaGalleryAtom
=
atom
<
boolean
>(
false
);
Reference in New Issue
Copy Permalink