casouri / eldoc-box

childframe doc for eglot and anything that uses eldoc
361 stars 26 forks source link

Prevent tab-bar from activating on the childframe #89

Closed roife closed 1 year ago

roife commented 1 year 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 1 year ago

Thank you very much! I merged your PR.