()
| 217 | } |
| 218 | |
| 219 | onOpen() { |
| 220 | const { contentEl } = this; |
| 221 | contentEl.empty(); |
| 222 | contentEl.createEl("h1", { |
| 223 | text: "Fetching release notes...", |
| 224 | }); |
| 225 | // Always offer a reachable exit, even while fetching or if the fetch fails. |
| 226 | this.addCloseFooter(); |
| 227 | } |
| 228 | |
| 229 | /** |
| 230 | * A self-owned dismiss control. On phones the system close (X) sits in the top |
nothing calls this directly
no test coverage detected