Treat camera unavailability in a more friendly way.

Also creates a `components-lib` directory for major webcomponent support code.
This commit is contained in:
Dermot Duffy
2023-10-05 21:18:03 -07:00
parent 95e42ab767
commit d895c43e67
23 changed files with 207 additions and 89 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export class EmblaReInitController {
this._shouldReInitOnScrollStop = false;
this._emblaApi?.reInit();
},
200,
500,
{ trailing: true },
);
}