(state)
| 439 | return {}; |
| 440 | } |
| 441 | function saveFolderTreeState(state) { |
| 442 | const key = getFolderTreeStateKey(); |
| 443 | localStorage.setItem(key, JSON.stringify(state)); |
| 444 | } |
| 445 | |
| 446 | /* ---------------------- |
| 447 | Transient UI guards (click suppression) |
no test coverage detected