vue-sticky-directive icon indicating copy to clipboard operation
vue-sticky-directive copied to clipboard

Element Reset Fails to Remove Sticky Classes on Conditional Reset

Open rleeson opened this issue 6 years ago • 0 comments

When using the v-sticky attribute to disable stickiness, e.g. using a close button, the bottom-sticky and top-sticky classes remain on the element. This can be fixed by removing both classes from the element in the resetElements callback.

rleeson avatar Jul 26 '19 18:07 rleeson