Change css class on sidebar and symbols

This commit is contained in:
Guillaume Tauzin 2022-09-09 10:33:14 +02:00
parent 23c7a05a00
commit 46f82d0eca
10 changed files with 468 additions and 43 deletions

View file

@ -549,15 +549,14 @@ function SetContainer(
container.properties.linkedSymbolId,
symbols
);
// sort the children list by their position
UpdateParentChildrenList(container.parent);
// Apply special behaviors: rigid, flex, symbol, anchor
ApplyBehaviors(container, symbols);
// Apply special behaviors on siblings
ApplyBehaviorsOnSiblingsChildren(container, symbols);
// sort the children list by their position
UpdateParentChildrenList(container.parent);
}
/**