mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
click on library icon should toggle the LibraryMenu (#2421)
Co-authored-by: David Luzar <luzar.david@gmail.com> Co-authored-by: Lipis <lipiridis@gmail.com>
This commit is contained in:
parent
1269b9ab17
commit
6c0296c434
2 changed files with 8 additions and 4 deletions
|
@ -184,7 +184,7 @@ export const ShapesSwitcher = ({
|
|||
);
|
||||
})}
|
||||
<ToolButton
|
||||
className="Shape"
|
||||
className="Shape ToolIcon_type_button__library"
|
||||
type="button"
|
||||
icon={LIBRARY_ICON}
|
||||
name="editor-library"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue