Skip to content

Commit

Permalink
remove closure destination
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Jan 23, 2025
1 parent 342f9e2 commit 3df3374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 17.1.5

- Remove closure `@destination`

## 17.1.4

- Account for custom markup when sorting options internally
Expand Down
1 change: 0 additions & 1 deletion addon/components/dropdown/index.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ export default class Dropdown extends Component {
)
Content=(component
DropdownContent
destination=this.element
onFocusOut=this.handleFocusOutContent
onMouseDown=this.handleMouseDownContent
onInsert=this.handleInsertContent
Expand Down

0 comments on commit 3df3374

Please sign in to comment.