From 96a3b0298eb51f00e8bba830aa579a09bb653f30 Mon Sep 17 00:00:00 2001 From: ruv Date: Sat, 23 May 2026 10:47:10 -0400 Subject: [PATCH] =?UTF-8?q?fix(ui):=20single=20module=20script=20+=20mutab?= =?UTF-8?q?le=20THREE=20=E2=80=94=20OrbitControls=20validated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Browser validation against the previous commit caught two stacked issues: 1. `import * as THREE from 'three'` returns a frozen Module Namespace Object — assignment `THREE.OrbitControls = OrbitControls` silently no-ops, so the global never gets the OrbitControls reference. 2. Two separate ` - - +