Open AnWeber opened 7 years ago
According to mozilla developer network and w3.org the attribute draggable needs a value like true or false, default is auto. Removing this value disables drag and drop on divs.
Please remove the attribute in list.js - exports.redundant
PR is welcomed.
According to mozilla developer network and w3.org the attribute draggable needs a value like true or false, default is auto. Removing this value disables drag and drop on divs.
Please remove the attribute in list.js - exports.redundant