- aggiornato scheda e rigenera lista
- corretto filtro sulla Collana
This commit is contained in:
@@ -345,9 +345,10 @@ export default defineComponent({
|
||||
} else if (selectPickup.value && props.pickup) {
|
||||
selectPickup.value.focus()
|
||||
} else if (selectMultiple.value && props.multiple) {
|
||||
selectMultiple.value.focus()
|
||||
selectMultiple.value?.focus()
|
||||
} else {
|
||||
selectGeneric.value.focus()
|
||||
if (selectGeneric.value)
|
||||
selectGeneric.value?.focus()
|
||||
}
|
||||
} catch (e) {
|
||||
console.error('Err', e)
|
||||
|
||||
Reference in New Issue
Block a user