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:
Rene 2020-07-26 00:42:06 +02:00 committed by GitHub
parent 880cac2359
commit ebf2923c5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 190 additions and 4 deletions

View file

@ -78,6 +78,8 @@ export const SelectedShapeActions = ({
<div className="buttonList">
{renderAction("duplicateSelection")}
{renderAction("deleteSelectedElements")}
{renderAction("group")}
{renderAction("ungroup")}
</div>
</fieldset>
)}