Added check for null gesture
This commit is contained in:
parent
96efcfd5de
commit
0e8e4a45d5
@ -95,6 +95,7 @@ function MapDrawing({
|
|||||||
? pointsToGesture(simplifiedPoints)
|
? pointsToGesture(simplifiedPoints)
|
||||||
: "path";
|
: "path";
|
||||||
|
|
||||||
|
if (type !== null) {
|
||||||
const data =
|
const data =
|
||||||
type === "path"
|
type === "path"
|
||||||
? { points: simplifiedPoints }
|
? { points: simplifiedPoints }
|
||||||
@ -107,6 +108,7 @@ function MapDrawing({
|
|||||||
color: brushColor,
|
color: brushColor,
|
||||||
blend: useBrushBlending,
|
blend: useBrushBlending,
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
setBrushPoints([]);
|
setBrushPoints([]);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user