zellij/default-plugins/compact-bar/src
Thomas Linford 19a502cb28
fix(tab-bar,compact-bar): tab switching with mouse sometimes not working (#2587)
* tab-bar: fix clicks sometimes not registering

Caching the click position wasn't working across multiple plugin
instances.

Also a couple of refactors:
  - move the code with the tab switching logic inside update
  - avoid rendering when calling switch_tab_to, since it will happen
    anyway afterwards

* same fix for compact-bar
2023-06-30 09:42:23 +02:00
..
line.rs fix(plugin): respect hide session option on compact-bar (#2368) 2023-04-16 23:36:34 +09:00
main.rs fix(tab-bar,compact-bar): tab switching with mouse sometimes not working (#2587) 2023-06-30 09:42:23 +02:00
tab.rs fix(tab-bar,compact-bar): tab switching with mouse sometimes not working (#2587) 2023-06-30 09:42:23 +02:00