Skip to content

Commit 5853032

Browse files
committed
fix: preserve range input operation tracking
1 parent 2e520bb commit 5853032

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/PickerInput/RangePicker.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -669,9 +669,7 @@ function RangePicker<DateType extends object = any>(
669669
return;
670670
}
671671

672-
if (!needConfirm) {
673-
lastOperation('input');
674-
}
672+
lastOperation('input');
675673

676674
triggerOpen(true, {
677675
inherit: true,

0 commit comments

Comments
 (0)