update gridstack.js
This commit is contained in:
parent
fd786ce08c
commit
fdbe96eda8
1 changed files with 2 additions and 0 deletions
|
|
@ -82,6 +82,8 @@
|
|||
}
|
||||
else {
|
||||
_.each(this.nodes, function (n, i) {
|
||||
if (n.locked)
|
||||
return;
|
||||
while (n.y > 0) {
|
||||
var new_y = n.y - 1;
|
||||
var can_be_moved = i == 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue