feat(viewer): viewer intergration

This commit is contained in:
Dimitrie Stefanescu
2022-08-16 11:36:34 +03:00
parent c88488c326
commit 39cc8ac382
@@ -224,6 +224,7 @@ export function handleViewerSelection(selectionInfo: SelectionEvent) {
const state = { ...commitObjectViewerState() }
if (selectionInfo.multiple) {
// YOLO
// for (const obj of selectionInfo.userData) {
// if (!state.selectedObjects.includes(obj)) state.selectedObjects.push(obj)
// }