[ts] Resolve error when running npm install.

This commit is contained in:
Luke Ingram 2024-01-03 17:41:17 -04:00
parent 0ae969e43b
commit 73318d6c79

View File

@ -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);
}) })
} }