Skip to content

Commit

Permalink
fix(DatePicker): 修复日期范围选择组件,底部操作栏点击面板会触发面板隐藏的问题 (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean-gao committed May 30, 2024
1 parent a57a366 commit 4c081df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/date-picker/calendars.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
@change="updateTempCurrentValue"
/>
<div v-if="visibleFooter" :class="`${prefixCls}-footer`">
<div :class="`${prefixCls}-footer-inner`">
<div :class="`${prefixCls}-footer-inner`" @mousedown.prevent>
<FButton
v-if="currentText"
type="link"
Expand Down

0 comments on commit 4c081df

Please sign in to comment.