Matthew Koch
Matthew Koch
@JerryDoubleU Thank you! This worked for me :)
Having the same issue.
I have the same problem with Edge. In addition, this also happens when using touch on IE 11.
What worked for us was adding the following CSS to our project, after dragdealer's CSS was loaded: ``` .dragdealer { touch-action: none; -ms-overflow-style: none; } ``` After implementing this, dragging...
@NeilFraser Any thoughts on this PR?
Bump (is that still a thing in 2018?)
I'd like to see this merged, if possible. Would the potential breakage for other developers be remedied if instead of moving the csharp file, it stayed where it was?
@jhgbrt 's suggestion sounds reasonable. My main reason for wanting this merged is to have an easy way of creating a ``*.nupkg`` file so this library can be hosted on...
@rolshevsky Thanks for the information. @rolshevsky @jhgbrt @NeilFraser Correct me if I am wrong, but isn't the whole point to have the C# library added to a .NET project and...