ProductiveRage / Bridge.React

Bindings for Bridge.NET for React - write React applications in C#!
MIT License
74 stars 14 forks source link

Add support for the "draggable" attribute on HTMLElement #37

Closed dionrhys closed 6 years ago

dionrhys commented 6 years ago

This adds support for the global draggable attribute on HTMLElement. This is required for marking an arbitrary element as being draggable (otherwise only images, links, and selections can be draggable).

https://html.spec.whatwg.org/multipage/dnd.html#the-draggable-attribute https://html.spec.whatwg.org/multipage/dom.html#elements-in-the-dom:dom-draggable