()
| 234 | |
| 235 | const { saveState, listState, $node } = openFolder.find(url); |
| 236 | const startLoading = () => $node.$title.classList.add("loading"); |
| 237 | const stopLoading = () => $node.$title.classList.remove("loading"); |
| 238 | |
| 239 | if (!$ul) return; |
no test coverage detected