Commit e9068ea
committed
fix(chat): persist compactToolUI across reloads
getState() read compactToolUI from storage but never returned it, so
getStateToPostToWebview() never sent the persisted value to the webview and the
`false` default always won on reload. Wire it through both getState() returns
following the showRooIgnoredFiles pattern. Addresses PR #327 review (edelauna).1 parent d356ab6 commit e9068ea
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2065 | 2065 | | |
2066 | 2066 | | |
2067 | 2067 | | |
| 2068 | + | |
2068 | 2069 | | |
2069 | 2070 | | |
2070 | 2071 | | |
| |||
2221 | 2222 | | |
2222 | 2223 | | |
2223 | 2224 | | |
| 2225 | + | |
2224 | 2226 | | |
2225 | 2227 | | |
2226 | 2228 | | |
| |||
2423 | 2425 | | |
2424 | 2426 | | |
2425 | 2427 | | |
| 2428 | + | |
2426 | 2429 | | |
2427 | 2430 | | |
2428 | 2431 | | |
| |||
0 commit comments