Stereobit / dragend

dragend JS – a touch ready, full responsive, content swipe script
http://stereobit.github.com/dragend/
MIT License
486 stars 113 forks source link

no observe if preventDrag #61

Open 20cents opened 9 years ago

20cents commented 9 years ago

if preventDrag: true _observe is not called: if (!this.settings.preventDrag) { this._observe(); }

cheeminjun commented 9 years ago

I have a dragend placed inside another draggable element. I want to use preventDrag so that users can only navigate the dragend content using arrows. but the content is not responsive upon resizing.