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