Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -786,7 +786,7 @@ function VisibilityApplier() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function GridLayer() {
|
||||||
const showGrid = useModelStore((s) => s.showGrid);
|
const showGrid = useModelStore((s) => s.showGrid);
|
||||||
const gridY = useModelStore((s) => s.gridY);
|
const gridY = useModelStore((s) => s.gridY);
|
||||||
if (!showGrid) return null;
|
if (!showGrid) return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user