Open 20cents opened 9 years ago
if preventDrag: true _observe is not called: if (!this.settings.preventDrag) { this._observe(); }
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.
if preventDrag: true _observe is not called: if (!this.settings.preventDrag) { this._observe(); }