angular-gridster2
Advanced tools
Comparing version 3.7.0 to 3.7.1
@@ -107,4 +107,2 @@ "use strict"; | ||
this.gridsterItem.renderer.removeClass(this.gridsterItem.el, 'gridster-item-moving'); | ||
this.gridster.movingItem = null; | ||
this.gridster.previewStyle(); | ||
this.gridster.gridLines.updateGrid(false); | ||
@@ -119,2 +117,6 @@ this.path = []; | ||
} | ||
setTimeout(function () { | ||
this.gridster.movingItem = null; | ||
this.gridster.previewStyle(); | ||
}.bind(this)); | ||
}; | ||
@@ -121,0 +123,0 @@ GridsterDraggable.prototype.cancelDrag = function () { |
{ | ||
"name": "angular-gridster2", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
228066
2153