vim-web 1.0.0-alpha.11 → 1.0.0-alpha.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vim-web.iife.js +3 -0
- package/dist/vim-web.iife.js.map +1 -1
- package/dist/vim-web.js +3 -0
- package/dist/vim-web.js.map +1 -1
- package/package.json +1 -1
package/dist/vim-web.iife.js
CHANGED
|
@@ -87562,6 +87562,9 @@ Averrage Date/Second ${avgDataRatePS} kb
|
|
|
87562
87562
|
const el = document.getElementsByClassName("vim-performance-div")[0];
|
|
87563
87563
|
if (el) el.classList.toggle("vim-hidden", !uiState.panelPerformance);
|
|
87564
87564
|
}, [uiState.panelPerformance]);
|
|
87565
|
+
React2.useEffect(() => {
|
|
87566
|
+
props.viewer.gizmos.axes.canvas.style.display = uiState.panelAxes ? "" : "none";
|
|
87567
|
+
}, [uiState.panelAxes]);
|
|
87565
87568
|
const sectionBoxRef = useWebglSectionBox(props.viewer, settings2.sectionBox);
|
|
87566
87569
|
const isolationPanelHandle = React2.useRef(null);
|
|
87567
87570
|
const sectionBoxPanelHandle = React2.useRef(null);
|