You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have to allow HTML tag elements as blow:
if (ev.target.tagName == "TD" || ev.target.tagName == "P" || ev.target.tagName == "LI" || ev.target.tagName == "UL")
So, why exactly does this check exists?
This blocks the drag event whenever any other html element is contained inside the TD, for example images, spans or divs.
I removed the "if (e.target.tagName == "TD") {" line and it works great, any counter indications?
Please help me on below issue:
When I click and move over table row, the text is selected and no moving happens.
The text was updated successfully, but these errors were encountered: