Autocomplete returns effective number of added structures

This commit is contained in:
alexandercerutti
2018-09-12 00:53:06 +02:00
parent a121fd84ea
commit 0971cdb780

View File

@@ -390,7 +390,7 @@ class Pass {
this.props["barcodes"] = this.__barcodeAutogen(props[0]);
return Object.assign({
length: 4,
length: 4 - props.length,
backward: this.__barcodeChooseBackward.bind(this)
}, this);
}