Skip to content

Commit 01e0394

Browse files
authored
Merge pull request #986 from adumesny/develop
fixed gsresizestop doc
2 parents 118f050 + 17a1cd7 commit 01e0394

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ $('.grid-stack').on('resizestart', function(event, ui) {
206206
```
207207

208208
### gsresizestop(event, ui)
209+
**Note**: this is a custom event name that is guaranteed to be called
210+
**after** the jqueryui resizestop event where we update `data-gs-width` and `data-gs-height`.
209211

210212
```javascript
211213
$('.grid-stack').on('gsresizestop', function(event, elem) {

0 commit comments

Comments
 (0)