mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 06:28:34 +01:00
ProductBarcode: various fix requested by Tonya
- fix many missing translations - properly reset QR scanner when reopening - add error message on BarcodeModal when no item is found - fix icon size in item CreateModal - remove useless closeDialog
This commit is contained in:
@@ -137,6 +137,7 @@
|
||||
|
||||
watch(open, async isOpen => {
|
||||
if (isOpen) {
|
||||
detectedBarcode.value = "";
|
||||
await startScanner();
|
||||
} else {
|
||||
stopScanner();
|
||||
|
||||
Reference in New Issue
Block a user