fix ‘w’ resize
This commit is contained in:
parent
ecebcc0bf2
commit
2e0dbc1e6a
4 changed files with 10 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue