From c552ccd5a9d384523ff6206b101ae83562bb5bda Mon Sep 17 00:00:00 2001 From: jedarden Date: Fri, 24 Apr 2026 07:20:48 -0400 Subject: [PATCH] fix(viz3d): remove duplicate _renderer declaration The IIFE had `let _renderer` on line 13 and `let _renderer = null` on line 30, which throws SyntaxError and kills the entire Viz3D module, cascading into panel layout failures on the home page. Co-Authored-By: Claude Opus 4.7 --- dashboard/js/viz3d.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dashboard/js/viz3d.js b/dashboard/js/viz3d.js index a4e5ec8..119b048 100644 --- a/dashboard/js/viz3d.js +++ b/dashboard/js/viz3d.js @@ -27,7 +27,6 @@ const Viz3D = (function () { let _mouse = new THREE.Vector2(); let _hoveredBlob = null; let _feedbackTooltip = null; - let _renderer = null; // Ghost node for repositioning advice let _ghostNode = null; // THREE.Mesh (translucent)