Draggables/Resizables and selecting text

Draggables/Resizables and selecting text


When adding .draggable or .resizable to an element it and all of it's
child elements lose the ability to select/highlight text with the
mouse. Is there any way to turn this back on even if for only one
child element that isn't a handle?
I've seen the enableSelect and disableSelect methods in the code but
cannot figure a way to use these.
Anyone know a solution or workaround for this other than stopping
dragging/resizing temporarily to select?