Skip to content

Commit e507e1c

Browse files
committed
Fixes pinned elements
1 parent 03625a8 commit e507e1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addon/components/pinned-item.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const ScrollMagicPinnedMixin = Mixin.create(
2121
}),
2222

2323
pinElementId: computed(function() {
24-
return `scrollmagic-pin-${this.elementId}-target`;
24+
return this.elementId;
2525
}),
2626

2727
pinOptions: computed(function() {

0 commit comments

Comments
 (0)