We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad19122 commit aaa7306Copy full SHA for aaa7306
packages/shared/AbstractVideoAdapter.ts
@@ -73,11 +73,11 @@ export abstract class AbstractVideoAdapter<
73
const video = panorama.source instanceof HTMLVideoElement
74
? panorama.source
75
: createVideo({
76
- src: panorama.source,
77
- withCredentials: this.viewer.config.withCredentials,
78
- muted: this.config.muted,
79
- autoplay: false,
80
- });
+ src: panorama.source,
+ withCredentials: this.viewer.config.withCredentials,
+ muted: this.config.muted,
+ autoplay: false,
+ });
81
82
await this.__videoLoadPromise(video);
83
turbo.json
@@ -1,5 +1,6 @@
1
{
2
"$schema": "https://turborepo.org/schema.json",
3
+ "envMode": "loose",
4
"globalDependencies": [
5
".mocharc.json",
6
".nycrc.json",
0 commit comments