remove toast debug message
This commit is contained in:
parent
38b58ea1da
commit
3b37ffbf6e
@ -218,7 +218,6 @@ export const ShapesSwitcher = ({
|
||||
aria-keyshortcuts={shortcut}
|
||||
data-testid={value}
|
||||
onPointerDown={({ pointerType }) => {
|
||||
setAppState({ toastMessage: pointerType }); //debug iOS
|
||||
if (!penDetected && pointerType === "pen") {
|
||||
setAppState({ penMode: true });
|
||||
setDeviceType({ penDetected: true });
|
||||
|
Loading…
x
Reference in New Issue
Block a user