MCPcopy Create free account
hub / github.com/chhoumann/quickadd / onOpen

Method onOpen

src/gui/UpdateModal/UpdateModal.ts:219–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

addCloseFooterMethod · 0.95

Tested by

no test coverage detected