* Refresh the current directory
()
| 330 | * Refresh the current directory |
| 331 | */ |
| 332 | async refresh() { |
| 333 | if (this.currentUrl) { |
| 334 | await this.load(this.currentUrl); |
| 335 | } |
| 336 | } |
| 337 | |
| 338 | /** |
| 339 | * Refresh a loaded folder in this tree or one of its expanded child trees. |
no test coverage detected