Fix reverting to mouse cursor auto icon after clicking Draggable object
This commit is contained in:
@@ -114,6 +114,7 @@ define([
|
||||
},
|
||||
})
|
||||
.preventDefault('auto')
|
||||
.styleCursor(false)
|
||||
.actionChecker(function (pointer, event, action) {
|
||||
// Disable dragging with right click
|
||||
if (event.button !== 0) {
|
||||
|
Reference in New Issue
Block a user