-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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: queryEditor bug #16452
fix: queryEditor bug #16452
Conversation
This may also relate to #15995 |
Codecov Report
@@ Coverage Diff @@
## master #16452 +/- ##
=======================================
Coverage 76.63% 76.63%
=======================================
Files 1002 1002
Lines 53635 53633 -2
Branches 6851 6849 -2
=======================================
- Hits 41101 41100 -1
+ Misses 12295 12294 -1
Partials 239 239
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@yousoph Ephemeral environment spinning up at http://52.13.113.100:8080. Credentials are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@betodealmeida also collaborated on this
Ephemeral environment shutdown and build artifacts deleted. |
🏷 2021.34 |
SUMMARY
This is helps solve an issue where the autocomplete causes your sql editor to cause you to lose sql and seem jumpy.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
Try typing quickly in sql lab editor with a throttled connection. The typing should seem seamless.
ADDITIONAL INFORMATION