Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-21 14:51:46 +00:00
parent 7cdecbce5c
commit 817e5c3cf9
+1 -1
View File
@@ -786,7 +786,7 @@ function VisibilityApplier() {
}
function GridLayer() {
const showGrid = useModelStore((s) => s.showGrid);
const gridY = useModelStore((s) => s.gridY);
if (!showGrid) return null;