sticky-kit icon indicating copy to clipboard operation
sticky-kit copied to clipboard

Fix. Element is not moving, when it gets free space to move.

Open AntonAL opened this issue 7 years ago • 0 comments

When StickyKit was initialized for element at a moment, where parent's height was equal to element's height, following issues occurs:

  1. When element gets free space (e.g. by page recomposition), it will not move, because event listeners was not attached;
  2. Triggering 'sticky_kit:detach' has no effect.

AntonAL avatar Dec 01 '17 21:12 AntonAL