fix: the semantic error in Calendar description #6886
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
原逻辑日期范围选择中, 第一次选中"开始"设置的是 [date1, date1] 而不是 [date1, 空值].
此时文案显示为 "开始", 第二次选中其他日期文案为 "结束", 设置第二个值 [date1, date2].
为了在不修改原逻辑, 而造成 breakchange.
所以将第一次选中的文案改为 "开始/结束", 作为语义修复的 Bug fix 来调整.
刚好可以解决该 issue 的问题 #6804