File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ export class Html5Qrcode {
317317
318318 this . elementId = elementId ;
319319 this . verbose = false ;
320-
320+
321321 let experimentalFeatureConfig : ExperimentalFeaturesConfig | undefined ;
322322 let configObject : Html5QrcodeFullConfig | undefined ;
323323 if ( typeof configOrVerbosityFlag == "boolean" ) {
@@ -327,7 +327,7 @@ export class Html5Qrcode {
327327 this . verbose = configObject . verbose === true ;
328328 experimentalFeatureConfig = configObject . experimentalFeatures ;
329329 }
330-
330+
331331 this . logger = new BaseLoggger ( this . verbose ) ;
332332 this . qrcode = new Html5QrcodeShim (
333333 this . getSupportedFormats ( configOrVerbosityFlag ) ,
@@ -1579,7 +1579,7 @@ export class Html5Qrcode {
15791579 elem . style . top = `${ top } px` ;
15801580 }
15811581 if ( bottom !== null ) {
1582- elem . style . bottom = `${ bottom } px` ;
1582+ elem . style . bottom = `${ bottom } px` ;
15831583 }
15841584 if ( isLeft ) {
15851585 elem . style . left = `${ side } px` ;
You can’t perform that action at this time.
0 commit comments