remove toast debug message
This commit is contained in:
parent
38b58ea1da
commit
3b37ffbf6e
@ -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…
x
Reference in New Issue
Block a user