Skip to content

Commit ac84a8c

Browse files
committed
fix: keep patching
1 parent 417f80b commit ac84a8c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/misc/camera.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ const narrowDownFacingMode = async camera => {
3636
({ kind }) => kind === "videoinput"
3737
);
3838

39-
// if (devices.length > 2) {
40-
if (false) {
39+
if (devices.length > 2) {
4140
const frontCamera = devices[0];
4241
const rearCamera = devices[devices.length - 1];
4342

0 commit comments

Comments
 (0)