We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
- a - m -f b - m
a/m
a/m~/a
a
- a - b - m - c - m
a/b/m
a/b/m~/b
a/b/m~
Maximum call stack exceeded.
First, moveThought should detect a potential cycle and bail if one is detected. Let's add a reducer test for this.
moveThought
Second, the drop target should be disallowed and the thought should not be allowed to drop within itself.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to Reproduce
Case 1
a/m
.a/m~/a
aftera
(as a sibling).Case 2
Steps to Reproduce
a/b/m
.a/b/m~/b
aftera/b/m~
(as a sibling).Current Behavior
Maximum call stack exceeded.
Expected Behavior
First,
moveThought
should detect a potential cycle and bail if one is detected. Let's add a reducer test for this.Second, the drop target should be disallowed and the thought should not be allowed to drop within itself.
The text was updated successfully, but these errors were encountered: