debugging iOS
This commit is contained in:
parent
4dec449516
commit
93bd035d03
@ -196,6 +196,7 @@ export const ShapesSwitcher = ({
|
||||
setDeviceType: (obj: Partial<DeviceType>) => void;
|
||||
}) => {
|
||||
const penDetected = useDeviceType().penDetected;
|
||||
app.setState({ toastMessage: penDetected ? "penOn" : "penOff" }); //debug iOS
|
||||
return (
|
||||
<>
|
||||
{SHAPES.map(({ value, icon, key }, index) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user