Commit 4a3f5a2
committed
Fix stale scroll size after content reset and files shortcut regression
- T3ReviewDiffView: Call updateContentMetrics() in setContentResetKey to
sync scrollView.contentSize with the cleared content, preventing stale
oversized scroll area when switching files.
- AdaptiveWorkspaceLayout: Restore handleOpenFilesCommand to show the
inspector pane via showAuxiliaryPane instead of navigating to the files
index route, which was dropping the currently open file.1 parent 43b9724 commit 4a3f5a2
2 files changed
Lines changed: 5 additions & 6 deletions
File tree
- apps/mobile
- modules/t3-review-diff/ios
- src/features/layout
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
568 | | - | |
| 568 | + | |
569 | 569 | | |
570 | 570 | | |
571 | 571 | | |
| |||
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | | - | |
| 207 | + | |
209 | 208 | | |
210 | 209 | | |
211 | | - | |
| 210 | + | |
212 | 211 | | |
213 | | - | |
| 212 | + | |
214 | 213 | | |
215 | 214 | | |
216 | 215 | | |
| |||
0 commit comments