Skip to content

Commit

Permalink
fix(popup): resolve auto focus
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJim committed Jul 21, 2023
1 parent be8e097 commit d205ba2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/popup/popup.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
style="{{_._style([utils.getPopupStyles(zIndex), style, customStyle])}}"
class="{{_.cls(classPrefix, [placement])}} {{transitionClass}} class {{prefix}}-class"
bind:transitionend="onTransitionEnd"
aria-role="dialog"
aria-modal="{{ true }}"
>
<!-- 暂时移除:aria-role="dialog" aria-modal="{{ true }}",关联:https://github.com/Tencent/tdesign-miniprogram/issues/2142 -->
<view class="{{classPrefix}}__content {{prefix}}-class-content">
<slot name="content" />
<slot />
Expand Down

0 comments on commit d205ba2

Please sign in to comment.