Skip to content
Snippets Groups Projects
Commit 156a9e2b authored by rhenck's avatar rhenck
Browse files

[editor] Fix new elements dynamicPositioning

#318
parent 0e9a02dc
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,7 @@ export class Section {
}
addElement(element: PositionedUIElement): void {
element.position.dynamicPositioning = this.dynamicPositioning;
this.elements.push(element);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment