forked from dollarshaveclub/stickybits
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Describe the bug
When calling this.stickybitInstance.update({ stickyBitStickyOffset: <my-new-value> })
, the top spacing of the sticky element is not adjusted. It always seems to use the initial value, even though, the prop is updated on the instance.
To Reproduce
const stickybitsInstancetoBeUpdated = stickybits("selector");
stickybitsInstancetoBeUpdated.update({ stickyBitStickyOffset: 20 });
Expected behavior
The sticky element uses the newly defined stickyBitStickyOffset
as top value.
Screenshots
Desktop (please complete the following information):
- OS: macOS 10.15
- Browser: Chrome
- Version: 83
Additional context
Stickybits: 3.7.7
I think the following ticket on the old repository documents the same issue, even if I was not able to call the recalculation from outside myself: dollarshaveclub#663
joshkg, pacmanoncrack, timoffei, hanoii and gching
Metadata
Metadata
Assignees
Labels
No labels