We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa0a68 commit f93dd91Copy full SHA for f93dd91
components/vc-picker/RangePicker.tsx
@@ -426,8 +426,8 @@ function RangerPicker<DateType>() {
426
],
427
() => {
428
arrowLeft.value = 0;
429
- if (mergedOpen.value && mergedActivePickerIndex.value) {
430
- if (startInputDivRef.value && separatorRef.value && panelDivRef.value) {
+ if (mergedActivePickerIndex.value) {
+ if (startInputDivRef.value && separatorRef.value) {
431
arrowLeft.value = startInputDivWidth.value + separatorWidth.value;
432
if (
433
panelDivWidth.value &&
0 commit comments