File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1773,7 +1773,7 @@ export default {
17731773 popoverBaseClass: ' action-item__popper' ,
17741774 popupRole: this .config .popupRole ,
17751775 setReturnFocus: this .config .withFocusTrap ? this .$refs .triggerButton ? .$el : undefined ,
1776- focusTrap : this .config .withFocusTrap ,
1776+ noFocusTrap : ! this .config .withFocusTrap ,
17771777 ' onUpdate:shown' : this .toggleMenu ,
17781778 onAfterShow: this .onOpened ,
17791779 onAfterClose: this .onClosed ,
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ This component allows the user to pick an emoji.
111111 v-model:shown =" open"
112112 :container =" container"
113113 popup-role =" dialog"
114- :focus-trap =" false /* Handled manually to remove emoji buttons from TAB sequence */"
114+ :no- focus-trap =" true /* Handled manually to remove emoji buttons from TAB sequence */"
115115 @after-show =" afterShow"
116116 @after-hide =" afterHide" >
117117 <template #trigger =" slotProps " >
You can’t perform that action at this time.
0 commit comments