We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03625a8 commit e507e1cCopy full SHA for e507e1c
1 file changed
addon/components/pinned-item.js
@@ -21,7 +21,7 @@ export const ScrollMagicPinnedMixin = Mixin.create(
21
}),
22
23
pinElementId: computed(function() {
24
- return `scrollmagic-pin-${this.elementId}-target`;
+ return this.elementId;
25
26
27
pinOptions: computed(function() {
0 commit comments