add event_stop_propagate to change event on gridstack objects
This commit is contained in:
parent
798c5c429f
commit
61a129e77c
1 changed files with 2 additions and 1 deletions
|
|
@ -989,7 +989,8 @@
|
|||
.on('drag', event_stop_propagate)
|
||||
.on('resizestart', event_stop_propagate)
|
||||
.on('resizestop', event_stop_propagate)
|
||||
.on('resize', event_stop_propagate);
|
||||
.on('resize', event_stop_propagate)
|
||||
.on('change', event_stop_propagate);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue