add event_stop_propagate to change event on gridstack objects

This commit is contained in:
Derek Moore 2016-01-28 14:17:21 -06:00
parent 798c5c429f
commit 61a129e77c

View file

@ -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);
}
});
};