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

Method cancel

src/preflight/OnePageInputModal.ts:653–657  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

651 }
652
653 private cancel() {
654 this.settled = true;
655 this.close();
656 this.rejectPromise("cancelled");
657 }
658
659 onClose() {
660 // Esc (or any close that isn't submit/cancel) must settle the promise,

Callers 1

displayMethod · 0.95

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected