Skip to content

Commit

Permalink
Merge pull request #117 from NullVoxPopuli/NullVoxPopuli-patch-1
Browse files Browse the repository at this point in the history
Remove redundant suffix to optimize devtool appearance
  • Loading branch information
ynotdraw authored Aug 23, 2023
2 parents 1d8f77e + 52bc809 commit fb62b5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nervous-mails-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ember-velcro": patch
---

Removed redundant suffix to optimize devtool appearance.
2 changes: 1 addition & 1 deletion ember-velcro/src/components/velcro/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ interface HookSignature {
Element: HTMLElement | SVGElement;
}

export default class VelcroComponent extends Component<Signature> {
export default class Velcro extends Component<Signature> {
@tracked hook?: HTMLElement | SVGElement = undefined;

// set by VelcroModifier
Expand Down

0 comments on commit fb62b5f

Please sign in to comment.