mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
move title to label (#584)
This commit is contained in:
parent
e17f743df1
commit
61264ee2d6
1 changed files with 1 additions and 2 deletions
|
@ -50,12 +50,11 @@ export const ToolButton = React.forwardRef(function(
|
|||
);
|
||||
|
||||
return (
|
||||
<label className="ToolIcon">
|
||||
<label className="ToolIcon" title={props.title}>
|
||||
<input
|
||||
className={`ToolIcon_type_radio ${sizeCn}`}
|
||||
type="radio"
|
||||
name={props.name}
|
||||
title={props.title}
|
||||
aria-label={props["aria-label"]}
|
||||
aria-keyshortcuts={props["aria-keyshortcuts"]}
|
||||
id={props.id}
|
||||
|
|
Loading…
Add table
Reference in a new issue