mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +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();
|
this.startPlayer();
|
||||||
});
|
});
|
||||||
|
|
||||||
codeElement.children[0].style.height = "100%";
|
(codeElement.children[0] as HTMLElement).style.height = "100%";
|
||||||
this.setCode(SpinePlayerEditor.DEFAULT_CODE);
|
this.setCode(SpinePlayerEditor.DEFAULT_CODE);
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user