Keep npm run typings happy (#222)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user