mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-25 10:21:17 +02:00
do not fill eraser
This commit is contained in:
@@ -223,7 +223,7 @@ export const MobileToolBar = ({
|
|||||||
|
|
||||||
{/* Eraser */}
|
{/* Eraser */}
|
||||||
<ToolButton
|
<ToolButton
|
||||||
className={clsx("Shape", { fillable: true })}
|
className={clsx("Shape", { fillable: false })}
|
||||||
type="radio"
|
type="radio"
|
||||||
icon={EraserIcon}
|
icon={EraserIcon}
|
||||||
checked={activeTool.type === "eraser"}
|
checked={activeTool.type === "eraser"}
|
||||||
|
Reference in New Issue
Block a user