Revert back to auto preventDefault for drag&drop
This commit is contained in:
@@ -113,7 +113,7 @@ define([
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
.preventDefault('never')
|
.preventDefault('auto')
|
||||||
.actionChecker(function (pointer, event, action) {
|
.actionChecker(function (pointer, event, action) {
|
||||||
// Disable dragging with right click
|
// Disable dragging with right click
|
||||||
if (event.button !== 0) {
|
if (event.button !== 0) {
|
||||||
|
Reference in New Issue
Block a user