Skip to content
Snippets Groups Projects
Commit d0d9350e authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Add output message for opera testing purpose

parent beafb277
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,10 @@ export class QrCodeScanner extends ScopedElementsMixin(DBPLitElement) {
this._askPermission = true;
this._loadingMessage = i18n.t('no-camera-access');
let video = await createVideoElement(this._activeCamera);
targetvideo.appendChild(video);
console.log(video);
if ( video !== null ) {
targetvideo.appendChild(video);
}
this._askPermission = false;
let lastCode = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment