Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c4fa132

Browse files
committed
Fixes #577 by introducing a new event (jqui was emitting resizestop already).
1 parent 7ff2990 commit c4fa132

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/gridstack.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,6 +1187,9 @@
11871187
});
11881188
o.find('.grid-stack-item').trigger('resizestop');
11891189
}
1190+
if (event.type == 'resizestop') {
1191+
self.container.trigger('gsresizestop', o);
1192+
}
11901193
};
11911194

11921195
this.dd

0 commit comments

Comments
 (0)