Merge branch 'master' into release/v1.7.1

This commit is contained in:
Mitchell McCaffrey
2021-01-25 08:19:25 +11:00
7 changed files with 51 additions and 12 deletions

View File

@@ -336,7 +336,7 @@ function MapFog({
} else if (toolSettings.type === "toggle") {
onShapesEdit(
editingShapes.map((shape) => ({
...shape,
id: shape.id,
visible: !shape.visible,
}))
);