Standardize stair controls on slider inputs

This commit is contained in:
sudhir
2026-04-28 14:50:51 +05:30
parent 1c2746f538
commit 15daeaace6
4 changed files with 9 additions and 16 deletions
@@ -9,14 +9,6 @@ import type {
} from '../../schema'
import { resolveLevelId } from '../../hooks/spatial-grid/spatial-grid-sync'
import type {
AnyNode,
AnyNodeId,
CeilingNode,
SlabNode,
StairNode,
StairSegmentNode,
} from '../../schema'
import { DEFAULT_WALL_HEIGHT } from '../wall/wall-footprint'
type Point2D = [number, number]