angular-tree-component icon indicating copy to clipboard operation
angular-tree-component copied to clipboard

Firefox disable drag fix

Open szabo-tamas-intland opened this issue 5 years ago • 0 comments

In firefox disabling drag (in the tree options allowDrag: false, which sets the draggable="false" attribute to the HTML node) didn't work.

source: https://stackoverflow.com/questions/26356877/html5-draggable-false-not-working-in-firefox-browser

This is the only solution I could find.

szabo-tamas-intland avatar Mar 10 '20 16:03 szabo-tamas-intland