mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
[ts] Resolve error when running npm install.
This commit is contained in:
parent
0ae969e43b
commit
73318d6c79
@ -112,7 +112,7 @@ body { margin: 0px; }
|
||||
this.startPlayer();
|
||||
});
|
||||
|
||||
codeElement.children[0].style.height = "100%";
|
||||
(codeElement.children[0] as HTMLElement).style.height = "100%";
|
||||
this.setCode(SpinePlayerEditor.DEFAULT_CODE);
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user