Add share tab
This commit is contained in:
parent
dcdfa8159b
commit
7b91d2574f
17 changed files with 573 additions and 104 deletions
|
@ -10,7 +10,7 @@ export class VerticalCombine extends UIElement {
|
|||
this._className = className;
|
||||
}
|
||||
|
||||
protected InnerRender(): string {
|
||||
InnerRender(): string {
|
||||
let html = "";
|
||||
for (const element of this._elements) {
|
||||
if (!element.IsEmpty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue