mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: quick typo fix (#6167)
This commit is contained in:
parent
e41ea9562b
commit
5ae39c9292
3 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@ export const DropdownMenuContentPropsContext = React.createContext<{
|
|||
onSelect?: (event: Event) => void;
|
||||
}>({});
|
||||
|
||||
export const getDrodownMenuItemClassName = (className = "") => {
|
||||
export const getDropdownMenuItemClassName = (className = "") => {
|
||||
return `dropdown-menu-item dropdown-menu-item-base ${className}`.trim();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue