Library improvements (#1925)
Co-authored-by: David Luzar <luzar.david@gmail.com>
This commit is contained in:
@ -109,6 +109,7 @@ export const ShapesSwitcher = ({
|
||||
}`;
|
||||
return (
|
||||
<ToolButton
|
||||
className="Shape"
|
||||
key={value}
|
||||
type="radio"
|
||||
icon={icon}
|
||||
@ -132,6 +133,7 @@ export const ShapesSwitcher = ({
|
||||
);
|
||||
})}
|
||||
<ToolButton
|
||||
className="Shape"
|
||||
type="button"
|
||||
icon={LIBRARY_ICON}
|
||||
name="editor-library"
|
||||
|
Reference in New Issue
Block a user