Skip to content

Commit

Permalink
fix(calendar): 修复calendar组件安全区域传参未传递给popup组件的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
李国璞 committed Feb 3, 2023
1 parent acdf1ad commit db79570
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/calendar/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
position="{{ position }}"
closeable="{{ showTitle || showSubtitle }}"
close-on-click-overlay="{{ closeOnClickOverlay }}"
safe-area-inset-bottom="{{ safeAreaInsetBottom }}"
bind:enter="onOpen"
bind:close="onClose"
bind:after-enter="onOpened"
Expand Down
1 change: 1 addition & 0 deletions lib/calendar/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
position="{{ position }}"
closeable="{{ showTitle || showSubtitle }}"
close-on-click-overlay="{{ closeOnClickOverlay }}"
safe-area-inset-bottom="{{ safeAreaInsetBottom }}"
bind:enter="onOpen"
bind:close="onClose"
bind:after-enter="onOpened"
Expand Down
1 change: 1 addition & 0 deletions packages/calendar/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
position="{{ position }}"
closeable="{{ showTitle || showSubtitle }}"
close-on-click-overlay="{{ closeOnClickOverlay }}"
safe-area-inset-bottom="{{ safeAreaInsetBottom }}"
bind:enter="onOpen"
bind:close="onClose"
bind:after-enter="onOpened"
Expand Down

0 comments on commit db79570

Please sign in to comment.