Skip to content

Commit 2c2537e

Browse files
committed
removed unnecessary onDeactivate=this.onManualDismiss for the focus-trap helper
see: https://github.com/focus-trap/focus-trap?tab=readme-ov-file#createoptions
1 parent 76bd2ee commit 2c2537e

File tree

1 file changed

+1
-1
lines changed
  • packages/components/src/components/hds/modal

1 file changed

+1
-1
lines changed

packages/components/src/components/hds/modal/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{{did-insert this.didInsert}}
1010
{{will-destroy this.willDestroyNode}}
1111
{{! @glint-expect-error - https://github.com/josemarluedke/ember-focus-trap/issues/86 }}
12-
{{focus-trap isActive=this._isOpen focusTrapOptions=(hash onDeactivate=this.onManualDismiss)}}
12+
{{focus-trap isActive=this._isOpen}}
1313
>
1414
<:header>
1515
{{yield

0 commit comments

Comments
 (0)