From f02a0b0520bdb3d41a7995b23e49724b78485126 Mon Sep 17 00:00:00 2001 From: R-Hart80 Date: Mon, 11 May 2026 10:39:19 -0300 Subject: [PATCH] fix: mirror Expand layout in Collapse split-button group The labeled main button now triggers collapse-one-level (conservative) and the icon-only add-on triggers collapse-all, matching the Expand group's convention. Fixes #208. Co-Authored-By: Claude Sonnet 4.6 --- components/editor/shared/EntityTreeToolbar.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/editor/shared/EntityTreeToolbar.tsx b/components/editor/shared/EntityTreeToolbar.tsx index 234dec7c..165b2dc8 100644 --- a/components/editor/shared/EntityTreeToolbar.tsx +++ b/components/editor/shared/EntityTreeToolbar.tsx @@ -130,21 +130,21 @@ export function EntityTreeToolbar({ {showCollapseGroup && (
)}