Keep npm run typings happy (#222)

This commit is contained in:
Eoghan Murray
2020-05-27 03:04:43 +01:00
committed by GitHub
parent 0bbe79b42b
commit 7d062830ab

View File

@@ -226,8 +226,8 @@ export class Replayer {
}
private handleResize(dimension: viewportResizeDimention) {
this.iframe.setAttribute('width', dimension.width);
this.iframe.setAttribute('height', dimension.height);
this.iframe.setAttribute('width', String(dimension.width));
this.iframe.setAttribute('height', String(dimension.height));
}
// TODO: add speed to mouse move timestamp calculation