selectable.state.save
Fires when the current state is saved.
selectable.on("selectable.state.save", function() {
// do something when the current state is saved
});
Fires when the current state is saved.
selectable.on("selectable.state.save", function() {
// do something when the current state is saved
});