mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Issues/1827 group-ungroup icons (#1956)
* show group and ungroup action-icon * change group-icon visiblilty don't show group if selected is only a single element or a single group of elements Co-authored-by: rene_mbp <harryloveslearning@googlemail.com>
This commit is contained in:
parent
880cac2359
commit
ebf2923c5e
4 changed files with 190 additions and 4 deletions
|
@ -78,6 +78,8 @@ export const SelectedShapeActions = ({
|
|||
<div className="buttonList">
|
||||
{renderAction("duplicateSelection")}
|
||||
{renderAction("deleteSelectedElements")}
|
||||
{renderAction("group")}
|
||||
{renderAction("ungroup")}
|
||||
</div>
|
||||
</fieldset>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue