Commit 81a4889
fix: clear stale column focus memory on expel and absorb
When a tab moved between columns (expel/absorb), columnFocusedTab
still pointed to the moved tab's ID. focusLeft/focusRight would then
resolve to the wrong column, making Cmd+H appear stuck after expelling
a pane from the bottom of a column.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 65a6605 commit 81a4889
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
559 | 564 | | |
560 | 565 | | |
561 | 566 | | |
| |||
579 | 584 | | |
580 | 585 | | |
581 | 586 | | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
582 | 592 | | |
583 | 593 | | |
584 | 594 | | |
| |||
600 | 610 | | |
601 | 611 | | |
602 | 612 | | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
603 | 616 | | |
604 | 617 | | |
605 | 618 | | |
| |||
0 commit comments