-
Notifications
You must be signed in to change notification settings - Fork 65
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
Last candidate cut out of the frame #138
Comments
@laynor I am seeing this too. It's pretty annoying, did you manage to find a workaround? |
In my case this was caused by changing |
I still have the issue with |
If you want both company-box and line-spacing it's possible. |
Wanna thank you first for your extension, really liking it so far!
I've got a small issue - when selecting the last candidate, instead of scrolling down to show the last line, the list of candidates scrolls up, so neither the last nor the second last line are shown anymore.
The gif I recorded is not the best - After
![Peek 2020-11-02 19-55](https://user-images.githubusercontent.com/36954/97861115-9e8eb180-1d46-11eb-9975-f2158f746aa0.gif)
to_owned
is selected, I selectto_string
, which comes right after and is the last candidate. As you can see, instead ofto_string
appearing in the candidate list,to_owned
disappears and no selected candidate is visible anymore.The text was updated successfully, but these errors were encountered: