I need to prevent text selection on double click. But the text should be still selectable on mouse drag. Is it possible?
If I try to remove selection on dblclick
or mouseup
it flashes (like in this jsfiddle) what is not desirable as well.
UPD: I don't need to disable selection completely; I only want to disable it on double click.