Set viewportGridVisible to true in tests and component props

This commit is contained in:
2026-04-11 02:42:28 +02:00
parent ff05e9c9cb
commit 5ed5cb25d3

View File

@@ -116,7 +116,7 @@ describe("ViewportCanvas", () => {
whiteboxSelectionMode="object"
whiteboxSnapEnabled
whiteboxSnapStep={1}
viewportGridVisible
viewportGridVisible={true}
selection={{ kind: "none" }}
toolMode="create"
toolPreview={toolPreview}
@@ -167,7 +167,7 @@ describe("ViewportCanvas", () => {
whiteboxSelectionMode="object"
whiteboxSnapEnabled
whiteboxSnapStep={1}
viewportGridVisible
viewportGridVisible={true}
selection={{ kind: "none" }}
toolMode="select"
toolPreview={{ kind: "none" }}