* Save all state before an update
()
| 221 | * Save all state before an update |
| 222 | */ |
| 223 | function saveState(): void { |
| 224 | saveScrollPositions(); |
| 225 | saveFocusState(); |
| 226 | } |
| 227 | |
| 228 | /** |
| 229 | * Restore all state after an update |
nothing calls this directly
no test coverage detected