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
When refreshing one node the data jstree-is-loading is set to true, and when we refresh again the same node this data prevent the node to be refresh.
one solution that seems to work is to add : obj.data("jstree-is-loading",false); at line 534
The text was updated successfully, but these errors were encountered:
Maybe the problem is the jquery underscore data bug. But also - this is the desired behavior - the node won't refresh until it is done "refreshing".
Sorry, something went wrong.
No branches or pull requests
When refreshing one node the data jstree-is-loading is set to true, and when we refresh again the same node this data prevent the node to be refresh.
one solution that seems to work is to add :
obj.data("jstree-is-loading",false);
at line 534
The text was updated successfully, but these errors were encountered: