We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a129e commit 1fe90eeCopy full SHA for 1fe90ee
src/gridstack.js
@@ -660,6 +660,10 @@
660
661
el.resizable('option', 'minWidth', cell_width * (node.min_width || 1));
662
el.resizable('option', 'minHeight', self.opts.cell_height * (node.min_height || 1));
663
+
664
+ if (event.type == 'resizestart') {
665
+ o.find('.grid-stack-item').trigger('resizestart');
666
+ }
667
};
668
669
var on_end_moving = function(event, ui) {
0 commit comments