Skip to content

Commit

Permalink
fix: Running state default trigger time change
Browse files Browse the repository at this point in the history
  • Loading branch information
linhf123 committed Mar 11, 2024
1 parent 9cf99ac commit c02a21a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/DateRanger/Ranger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ const Ranger = (props: DateRangerProps) => {
rangeChange([newStartTime, newEndTime]);
} else {
setIsPlay(true);
setNow();
}
}
}}
Expand Down

0 comments on commit c02a21a

Please sign in to comment.