diff --git a/packages/excalidraw/components/IconPicker.tsx b/packages/excalidraw/components/IconPicker.tsx index 5630ae8d7..2d7f8a0ba 100644 --- a/packages/excalidraw/components/IconPicker.tsx +++ b/packages/excalidraw/components/IconPicker.tsx @@ -152,15 +152,13 @@ function Picker({ ); }; + const isMobile = device.editor.isMobile; + return (