Keep npm run typings happy (#222)

This commit is contained in:
Eoghan Murray
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 610c2b3ec4
commit da2ad8b456

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