Can not select text (text wont even get highlighted) with my mouse and therefore copy it.
Tried CSS user-select: text;
with no luck.
Any suggestions please ?
Can not select text (text wont even get highlighted) with my mouse and therefore copy it.
Tried CSS user-select: text;
with no luck.
Any suggestions please ?
In case someone is having same issue,
scheduler._obj.onselectstart=function(e){ return true; };
should help.