Skip to content

Commit 17a1cd7

Browse files
author
Alain Dumesny
committed
fixed gsresizestop doc
1 parent 118f050 commit 17a1cd7

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)