We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
onDeactivate=this.onManualDismiss
focus-trap
1 parent 76bd2ee commit 2c2537eCopy full SHA for 2c2537e
packages/components/src/components/hds/modal/index.hbs
@@ -9,7 +9,7 @@
9
{{did-insert this.didInsert}}
10
{{will-destroy this.willDestroyNode}}
11
{{! @glint-expect-error - https://github.com/josemarluedke/ember-focus-trap/issues/86 }}
12
- {{focus-trap isActive=this._isOpen focusTrapOptions=(hash onDeactivate=this.onManualDismiss)}}
+ {{focus-trap isActive=this._isOpen}}
13
>
14
<:header>
15
{{yield
0 commit comments