mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
remove toast debug message
This commit is contained in:
parent
38b58ea1da
commit
3b37ffbf6e
1 changed files with 0 additions and 1 deletions
|
@ -218,7 +218,6 @@ export const ShapesSwitcher = ({
|
||||||
aria-keyshortcuts={shortcut}
|
aria-keyshortcuts={shortcut}
|
||||||
data-testid={value}
|
data-testid={value}
|
||||||
onPointerDown={({ pointerType }) => {
|
onPointerDown={({ pointerType }) => {
|
||||||
setAppState({ toastMessage: pointerType }); //debug iOS
|
|
||||||
if (!penDetected && pointerType === "pen") {
|
if (!penDetected && pointerType === "pen") {
|
||||||
setAppState({ penMode: true });
|
setAppState({ penMode: true });
|
||||||
setDeviceType({ penDetected: true });
|
setDeviceType({ penDetected: true });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue