casouri / eldoc-box

childframe doc for eglot and anything that uses eldoc
342 stars 27 forks source link

Prevent tab-bar from activating on the childframe #89

Closed roife closed 11 months ago

roife commented 11 months ago

Fix issue #88.

When activating tab-bar, it calls (tab-bar--update-tab-bar-lines t), which will activating tab-bar on all frames, including childframes.

By setting tab-bar-lines-keep-state to 1 on childframes, tab-bar--update-tab-bar-lines will ignore theses childframes.

casouri commented 11 months ago

Thank you very much! I merged your PR.