cancel last store command
void cancel() { if (store is ReversibleStore) (store as ReversibleStore).cancel(); }