Remove the MediaQuery wrapper from the camera manager.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user