mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-23 10:17:02 +02:00
remove toast debug message
This commit is contained in:
@@ -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 });
|
||||
|
Reference in New Issue
Block a user