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
|
@ -1,6 +1,6 @@
|
|||
import React from "react";
|
||||
import {
|
||||
getDrodownMenuItemClassName,
|
||||
getDropdownMenuItemClassName,
|
||||
useHandleDropdownMenuItemClick,
|
||||
} from "./common";
|
||||
import MenuItemContent from "./DropdownMenuItemContent";
|
||||
|
@ -26,7 +26,7 @@ const DropdownMenuItem = ({
|
|||
{...rest}
|
||||
onClick={handleClick}
|
||||
type="button"
|
||||
className={getDrodownMenuItemClassName(className)}
|
||||
className={getDropdownMenuItemClassName(className)}
|
||||
title={rest.title ?? rest["aria-label"]}
|
||||
>
|
||||
<MenuItemContent icon={icon} shortcut={shortcut}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue