diff --git a/src/components/map/MapPointer.js b/src/components/map/MapPointer.js index 440910e..17934d4 100644 --- a/src/components/map/MapPointer.js +++ b/src/components/map/MapPointer.js @@ -44,7 +44,7 @@ function MapPointer({ } function handleBrushMove() { - onPointerMove && onPointerMove(getBrushPosition()); + onPointerMove && visible && onPointerMove(getBrushPosition()); } function handleBrushUp() {