Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LeviPesin committed Jul 5, 2022
1 parent e2356ff commit 1bfb579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Page.ts
Expand Up @@ -2928,7 +2928,7 @@ export class Page extends EventEmitter {
await this.#setTransparentBackgroundColor();
}

if ((fromSurface === false) && this.#viewport) {
if (fromSurface === false && this.#viewport) {
await this.setViewport(this.#viewport);
}

Expand Down

0 comments on commit 1bfb579

Please sign in to comment.