Skip to content

Commit

Permalink
build js
Browse files Browse the repository at this point in the history
  • Loading branch information
troolee committed Apr 8, 2016
1 parent 0c40977 commit 61ed99a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions dist/gridstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,8 @@
if (node.noResize || self.opts.disableResize) {
node.el.resizable('disable');
}

node.el.trigger('resize');
});
} else {
if (!oneColumnMode) {
Expand All @@ -665,6 +667,8 @@
if (!node.noResize && !self.opts.disableResize) {
node.el.resizable('enable');
}

node.el.trigger('resize');
});
}
};
Expand Down
Loading

0 comments on commit 61ed99a

Please sign in to comment.