mirror of
https://github.com/rio-labs/rio.git
synced 2026-05-08 04:19:49 -05:00
remove JS layouting
This commit is contained in:
committed by
Jakob Pinterits
parent
6e4975cce0
commit
fe5c5abfa6
@@ -67,6 +67,8 @@ export class RectangleComponent extends SingleContainer {
|
||||
deltaState: RectangleState,
|
||||
latentComponents: Set<ComponentBase>
|
||||
): void {
|
||||
super.updateElement(deltaState, latentComponents);
|
||||
|
||||
this.replaceOnlyChild(latentComponents, deltaState.content);
|
||||
|
||||
if (deltaState.transition_time !== undefined) {
|
||||
|
||||
Reference in New Issue
Block a user