From ea9be17b11e2d52405f721f8fddb466e06b6c162 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 14:53:45 +0000 Subject: [PATCH] Changes Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com> --- src/components/ViewerControls.tsx | 43 +++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) 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 */}