Remove the MediaQuery wrapper from the camera manager.

This commit is contained in:
Dermot Duffy
2023-01-29 20:00:45 -08:00
parent 767d4ee7a0
commit 01c3a79ff1
9 changed files with 69 additions and 69 deletions
+1 -3
View File
@@ -10,9 +10,7 @@ export class MediaQueriesResults {
if (results) {
this.setResults(results);
}
if (selectedIndex !== undefined) {
this.selectResult(selectedIndex);
}
this.selectResult(selectedIndex ?? 0);
}
public clone(): MediaQueriesResults {