|
@ -1213,6 +1213,7 @@ ItemSet.prototype._getGroupIndex = function(groupId) { |
|
|
* @private |
|
|
* @private |
|
|
*/ |
|
|
*/ |
|
|
ItemSet.prototype._onDragStart = function (event) { |
|
|
ItemSet.prototype._onDragStart = function (event) { |
|
|
|
|
|
if (this.touchParams.itemIsDragging) { return; } |
|
|
var item = this.touchParams.item || null; |
|
|
var item = this.touchParams.item || null; |
|
|
var me = this; |
|
|
var me = this; |
|
|
var props; |
|
|
var props; |
|
|