refactor: decouple radio button selection from .buttonList wrapper (#9528)

* refactor: decouple radio button selection from `.buttonList`

* fix
This commit is contained in:
David Luzar
2025-05-15 13:22:26 +02:00
committed by GitHub
parent 6b5fb30d69
commit 95d89a751a
7 changed files with 393 additions and 404 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ export const SelectedShapeActions = ({
!isSingleElementBoundContainer && alignActionsPredicate(appState, app);
return (
<div className="panelColumn">
<div className="selected-shape-actions">
<div>
{canChangeStrokeColor(appState, targetElements) &&
renderAction("changeStrokeColor")}