selectable.state.undo


Fires when the the current selection is loaded via undo.

selectable.on("selectable.state.undo", function() {
    // do something when the current state was undone
});