selectable.state.redo


Fires when the the current selection is loaded via redo.

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