Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LeviPesin committed Jun 30, 2022
1 parent 6cc3e5b commit 708390a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Page.ts
Expand Up @@ -2924,7 +2924,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 708390a

Please sign in to comment.