fix: refs #8388 update the right row
This commit is contained in:
parent
8d0d19d4c7
commit
290a7273d0
|
@ -155,9 +155,7 @@ function setCursor(ref) {
|
||||||
const select = ref.vnSelectDialogRef
|
const select = ref.vnSelectDialogRef
|
||||||
? ref.vnSelectDialogRef.vnSelectRef
|
? ref.vnSelectDialogRef.vnSelectRef
|
||||||
: ref.vnSelectRef;
|
: ref.vnSelectRef;
|
||||||
const input = select.$el.querySelector('input');
|
select.$el.querySelector('input').setSelectionRange(0, 0);
|
||||||
input.focus();
|
|
||||||
input.setSelectionRange(0, 0);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue