Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Deleting states doesn't delete the transtitions that point to it. #109

Closed
sudo-panda opened this issue Apr 30, 2019 · 2 comments
Closed

Comments

@sudo-panda
Copy link
Contributor

The ideal behaviour would be that both transitions that originate from the state and those that point towards the state should be deleted. Right now it only deletes the transitions that originate from it.

@okanasik
Copy link
Contributor

Dear @sudo-panda, I am not sure there is such a problem. If a state is removed all transitions that originate and all transitions that point to it is removed in method removeStateItem If you think there is still a problem that I do not see, can you write the steps to reproduce the problem.

def removeStateItem(self, stateItem):

@sudo-panda
Copy link
Contributor Author

I myself can't reproduce the problem now.
But #110 is necessary for the functioning of #108. Nevertheless closing this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants