From 72669b0cf6ae5370c1f6624fb7c74e11e6f3a3ee Mon Sep 17 00:00:00 2001 From: Adrian Date: Wed, 9 Apr 2014 12:19:29 -0400 Subject: [PATCH] fixes-add-widget-overlapping-issue-#340 --- dist/jquery.gridster.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/jquery.gridster.js b/dist/jquery.gridster.js index 30d7fbb7..f15e17c5 100644 --- a/dist/jquery.gridster.js +++ b/dist/jquery.gridster.js @@ -1028,7 +1028,9 @@ }else{ pos = { col: col, - row: row + row: row, + size_y: size_y, + size_x: size_x }; this.empty_cells(col, row, size_x, size_y);