diff --git a/src/components/ViewerControls.tsx b/src/components/ViewerControls.tsx index 4cfa60c..b08a0ef 100644 --- a/src/components/ViewerControls.tsx +++ b/src/components/ViewerControls.tsx @@ -238,6 +238,49 @@ export function ViewerControls() { )} + {/* Selection cluster */} +
+ + + {hasSelection && ( + <> + + + + + + )} + + {hasHiddenOrIsolated && ( + + )} +
+ {/* Screenshot */}