Revert back to auto preventDefault for drag&drop

This commit is contained in:
Tautvidas Sipavičius
2016-09-22 18:39:07 +03:00
parent 50e134d696
commit 52bf24b6db

View File

@@ -113,7 +113,7 @@ define([
}
},
})
.preventDefault('never')
.preventDefault('auto')
.actionChecker(function (pointer, event, action) {
// Disable dragging with right click
if (event.button !== 0) {