-
Notifications
You must be signed in to change notification settings - Fork 15
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
Autocomplete popup position #21
Comments
Hey, I was looking for a solution to this too, and I found out that the following code worked. Replace the lines at the top of
The problem was probably the filter being applied to everything inside of the editor, when it only needs to be applied to the main text content inside the editor. However, you may experience some performance issues, because it is applying the filter to more elements now. This is a quick hack to temporarily resolve the issue. |
For a while now, the Autocomplete popup has been misaligned:
I tested this on a fresh install of Atom only with this syntax theme installed.
The text was updated successfully, but these errors were encountered: