Re-added grid settings to fog tools

This commit is contained in:
Mitchell McCaffrey
2020-04-28 17:03:17 +10:00
parent cd4573770e
commit c73b099567
5 changed files with 65 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ function Map({
const [selectedToolId, setSelectedToolId] = useState("pan");
const [toolSettings, setToolSettings] = useState({
fog: { type: "add", useEdgeSnapping: true },
fog: { type: "add", useEdgeSnapping: true, useGridSnapping: false },
brush: {
color: "darkGray",
type: "stroke",