tether icon indicating copy to clipboard operation
tether copied to clipboard

optimizations: {moveElement: false} does not prevent the element from being moved

Open mik01aj opened this issue 9 years ago • 4 comments

It is moved in https://github.com/HubSpot/tether/blob/master/tether.js#L1013, called from https://github.com/HubSpot/tether/blob/master/tether.js#L910 (note that this line is executed regardless of moveElement).

mik01aj avatar Mar 24 '15 13:03 mik01aj

See #54

davidosomething avatar Mar 24 '15 14:03 davidosomething

Ah, thanks. Looks like it's a documentation issue then.

mik01aj avatar Mar 24 '15 19:03 mik01aj

:+1: That naming is awful based on what it actually does.

kjantzer avatar May 06 '15 16:05 kjantzer

👍 This really sent me into a tunnel of confusion

AshesOfOwls avatar Jun 25 '16 02:06 AshesOfOwls