diff --git a/src-web/components/core/Dropdown.tsx b/src-web/components/core/Dropdown.tsx index 0a3ef716..1ffec4a2 100644 --- a/src-web/components/core/Dropdown.tsx +++ b/src-web/components/core/Dropdown.tsx @@ -80,6 +80,7 @@ export interface DropdownRef { // Every dropdown gets a unique ID and we use this global atom to ensure // only one dropdown can be open at a time. +// TODO: Also make ContextMenu use this const openAtom = atom(null); export const Dropdown = forwardRef(function Dropdown(