sebastiencs / company-box

A company front-end with icons
563 stars 64 forks source link

avoid costly call to make-frame-invisible #174

Closed jack-faller closed 2 years ago

jack-faller commented 2 years ago

I noticed that calling this function took ~0.1s, causing a noticeable lag while typing. Only calling it on visible frames greatly reduced input lag and scrolling lag in the menu.

jcs090218 commented 2 years ago

This should be the same issue as https://github.com/emacs-lsp/lsp-ui/issues/613.