mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
testing
This commit is contained in:
parent
01789c3375
commit
89a0dbafde
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ export const ToolButton = React.forwardRef((props: ToolButtonProps, ref) => {
|
||||||
data-testid={props["data-testid"]}
|
data-testid={props["data-testid"]}
|
||||||
id={`${excalId}-${props.id}`}
|
id={`${excalId}-${props.id}`}
|
||||||
onPointerDown={(e) => {
|
onPointerDown={(e) => {
|
||||||
props.onPointerDown?.({ pointerType: e.pointerType });
|
props.onPointerDown?.({ pointerType: "pen" });
|
||||||
}}
|
}}
|
||||||
onChange={() => {
|
onChange={() => {
|
||||||
props.onChange?.({ pointerType: lastPointerTypeRef.current });
|
props.onChange?.({ pointerType: lastPointerTypeRef.current });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue