mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
iOS debug
This commit is contained in:
parent
bb04943564
commit
563caa3f07
2 changed files with 4 additions and 1 deletions
|
@ -48,6 +48,7 @@ type ToolButtonProps =
|
|||
type: "radio";
|
||||
checked: boolean;
|
||||
onChange?(data: { pointerType: PointerType | null }): void;
|
||||
onPointerDown?(data: { pointerType: PointerType }): void;
|
||||
});
|
||||
|
||||
export const ToolButton = React.forwardRef((props: ToolButtonProps, ref) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue