fix: incorrectly selecting linear elements on creation while tool-locked (#5785)
This commit is contained in:
@@ -39,6 +39,7 @@ export const LockButton = (props: LockIconProps) => {
|
||||
onChange={props.onChange}
|
||||
checked={props.checked}
|
||||
aria-label={props.title}
|
||||
data-testid="toolbar-lock"
|
||||
/>
|
||||
<div className="ToolIcon__icon">
|
||||
{props.checked ? ICONS.CHECKED : ICONS.UNCHECKED}
|
||||
|
||||
Reference in New Issue
Block a user