qrcode icon indicating copy to clipboard operation
qrcode copied to clipboard

Bug report

Open lollita opened this issue 2 years ago • 0 comments

Please correct to avoid error when qrcode not recognized. function decodeMatrix(matrix) { var version = readVersion(matrix); if (!version) { /*version===null*/ return null; }

lollita avatar Jun 29 '22 04:06 lollita