Added barcode backward support canceling in __barcodeChooseBackward

This commit is contained in:
alexandercerutti
2018-08-22 14:49:14 +02:00
parent 433fd15971
commit 865930fc3b

View File

@@ -477,6 +477,11 @@ class Pass {
*/
__barcodeChooseBackward(format) {
if (format === null) {
this.props["barcode"] = undefined;
return this;
}
if (typeof format !== "string") {
return this;
}