We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86baa4c commit 0a4cc64Copy full SHA for 0a4cc64
apps/qrcode/custom.html
@@ -270,6 +270,7 @@
270
} catch (error) {
271
document.getElementById("errors").innerText="Error: QR could not be created.";
272
console.error(error);
273
+ return;
274
}
275
276
targetSize = Math.min(deviceWidth - border, deviceHeight - border);
@@ -300,6 +301,7 @@
300
301
302
303
304
305
306
307
0 commit comments