Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-15 13:06:44 +00:00
parent 0a430e5c60
commit b2c82f247f
+1 -1
View File
@@ -21,7 +21,7 @@ import { convertIFCtoGLB } from "@/lib/convertIFC";
const Viewer = () => {
const navigate = useNavigate();
const { model, xrSupported, addModel, models, maxModels } = useModelStore();
const { model, xrSupported, addModel, models, maxModels, scaleRatio } = useModelStore();
const fileInputRef = useRef<HTMLInputElement>(null);
const [converting, setConverting] = useState(false);