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
I'm running into the same issue in my project where I'm using dragula in an aurelia-dialog modal.
While dragging, text is highlighted in the background.
Found a solution that works for me: I'm adding -ms-user-select: none to the handle (the one I use to move around my row) and nothing gets selected anymore.
I also noticed that the selected issue only happens when I clicked on text. I'm dragging table rows with input elements. Clicking on inputs or spaces in between the inputs or the text did not select anything while dragging.
Issue can be reproduced on code from https://github.com/michaelmalonenz/aurelia-dragula-example.
Steps to reproduce:
On chrome it works fine.
Thanks for solving that
The text was updated successfully, but these errors were encountered: