angular-tree-component
angular-tree-component copied to clipboard
Firefox disable drag fix
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.