improve ux overflow with sidebar (#79)
This commit is contained in:
4
src/atoms/uiAtoms.ts
Normal file
4
src/atoms/uiAtoms.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { atom } from "jotai";
|
||||
|
||||
// Atom to track if any dropdown is currently open in the UI
|
||||
export const dropdownOpenAtom = atom<boolean>(false);
|
||||
Reference in New Issue
Block a user