Skip to content

Commit cd591d2

Browse files
eatnugclaude
andcommitted
Bump version to v0.37.9
Fix zoomed pane not updating on tab switch in tide-app Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1024811 commit cd591d2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resolver = "2"
1414

1515
[workspace.package]
1616
edition = "2021"
17-
version = "0.37.8"
17+
version = "0.37.9"
1818
license = "MIT"
1919
repository = "https://github.com/eatnug/tide"
2020
authors = ["eatnug"]

crates/tide-app/src/event_handler/mouse.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,9 @@ impl App {
502502
self.focused = Some(source_pane);
503503
self.router.set_focused(source_pane);
504504
self.focus_area = FocusArea::PaneArea;
505+
if self.zoomed_pane.is_some() {
506+
self.zoomed_pane = Some(source_pane);
507+
}
505508
self.cache.invalidate_chrome();
506509
self.cache.pane_generations.clear();
507510
self.compute_layout();

0 commit comments

Comments
 (0)