diff --git a/dist/jquery.gridster.js b/dist/jquery.gridster.js index 30d7fbb748..0be655b70f 100644 --- a/dist/jquery.gridster.js +++ b/dist/jquery.gridster.js @@ -3689,7 +3689,10 @@ this.gridmap[col] = []; } - this.gridmap[col][row] = false; + if( typeof this.gridmap[col][row] === undefined ){ + this.gridmap[col][row] = false; + } + this.faux_grid.push(coords); return this;