fix ‘w’ resize

This commit is contained in:
Pavel Reznikov 2015-05-14 20:28:47 -07:00
commit 2e0dbc1e6a
4 changed files with 10 additions and 3 deletions

View file

@ -591,6 +591,9 @@
.attr('data-gs-height', o.attr('data-gs-height'))
.show();
node.el = self.placeholder;
el.resizable('option', 'minWidth', cell_width * (node.min_width || 1));
el.resizable('option', 'minHeight', self.opts.cell_height * (node.min_height || 1));
};
var on_end_moving = function (event, ui) {