mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[ts] Fixed player "null" text appearing in DOM.
This commit is contained in:
parent
78a730a6d7
commit
7800918ea4
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -233,7 +233,7 @@ module spine {
|
||||
this.bg.setFromString(config.backgroundColor);
|
||||
this.bgFullscreen.setFromString(config.fullScreenBackgroundColor);
|
||||
|
||||
let controls = !config.showControls ? null : /*html*/`
|
||||
let controls = !config.showControls ? "" : /*html*/`
|
||||
<div class="spine-player-controls spine-player-popup-parent spine-player-controls-hidden">
|
||||
<div class="spine-player-timeline"></div>
|
||||
<div class="spine-player-buttons">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user