-
Notifications
You must be signed in to change notification settings - Fork 5
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
Hangs when deleting field name #20
Comments
That's happening, because a query starts to use recursive mapping ( |
This can be a significant issue, when after writing a 10-line request it hangs and there is no way to even copy it. |
Yeah, that's a problem. In such cases I copy location string, paste in another tab and delete a few chars in |
Can we increase priority of this problem? Having to retype 10-line requests often is awful. |
This is still the most major issue from my point of view. |
Example:
Data.field.({a, b, c})
Deleting with backspace "field" name.
Hangs somewhere at:
Data.f.({a, b, c})
I also experienced other hangs when deleting something in query with backspace.
The text was updated successfully, but these errors were encountered: