mirror of
https://github.com/rio-labs/rio.git
synced 2026-04-25 13:48:24 -05:00
all containers have children, duh.
This commit is contained in:
@@ -52,7 +52,7 @@ export abstract class LinearContainer extends ComponentBase {
|
||||
|
||||
createElement(): HTMLElement {
|
||||
let element = document.createElement('div');
|
||||
element.classList.add('rio-linear-child-container');
|
||||
element.classList.add('rio-linear-container');
|
||||
|
||||
this.helperElement = document.createElement('div');
|
||||
element.appendChild(this.helperElement);
|
||||
|
||||
Reference in New Issue
Block a user