소스 검색

[ts] Resolve error when running npm install.

Luke Ingram 1 년 전
부모
커밋
73318d6c79
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      spine-ts/spine-player/src/PlayerEditor.ts

+ 1 - 1
spine-ts/spine-player/src/PlayerEditor.ts

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