deinstapel / cursive-tabs

Tabs for gyscos/cursive views 🖥️
BSD 3-Clause "New" or "Revised" License
24 stars 8 forks source link

Always forward refresh events #22

Open marstaik opened 3 months ago

marstaik commented 3 months ago

Right now, Refresh events were only being transmitted when an active tab was focused. However, this isn't ideal, because a Tabs content is visible even if it is not actively focused.

This change ensures that the Refresh event is always forwarded to the tabs and bar

fin-ger commented 3 months ago

Thank you for your contribution. Can you please apply 193cda8 on top of the current master branch without the gyscos/master merge?