ngDraggable
ngDraggable copied to clipboard
Allow select text from a container
It is not possible to select text that is inside of a draggable element even if you set ng-prevent-drag directive
+1
Anyone got this working yet?
Found a temporary fix at least:
In ngDraggable.js, theres an absorbEvent
-function. Just add element.focus();
before return false;
Could you please share a gist or plunker to show an example? Thank you.
+1 I can not highlight text inside a draggable div. Any idea?