Skip to content
New issue

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

fix: drag and drop new node doesn't work if examining a node with a tag #106

Merged
merged 4 commits into from Mar 27, 2023

Conversation

ChrisMarwick
Copy link
Contributor

Whenever we have the node sidebar open with at least one tag, the drag and drop doesn't work. This is due to a bug with react-tags (react-tags/react-tags#723), it ought to have been fixed but still seems to be replicable in our code.

I've solved this by swapping out react-tags for a different library called React Tag Autocomplete.

Whenever we have the node sidebar open with at least one tag, the drag and drop
doesn't work. This is due to a bug with react-tags
(react-tags/react-tags#723), it ought to have been
fixed but still seems to be replicable in our code.

I've solved this by swapping out react-tags for a different library called React
Tag Autocomplete.
@josemuller josemuller merged commit 89483ea into main Mar 27, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants