tsv2-library 1.1.0-dev-alpha.38 → 1.1.0-dev-alpha.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -39312,7 +39312,7 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
39312
39312
  } else {
39313
39313
  emit("scan", code2, serialNumber);
39314
39314
  }
39315
- handleScanStopped();
39315
+ handleScanStopped(true);
39316
39316
  } else {
39317
39317
  validatingCode.value = !!props.scanValidation;
39318
39318
  const valid = await ((_a = props.scanValidation) == null ? void 0 : _a.call(props, scanType.value, code2, serialNumber)) ?? true;