MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / clearClickTimeouts

Method clearClickTimeouts

src/bases/TaskListView.ts:2250–2257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2248 }
2249
2250 private clearClickTimeouts(): void {
2251 for (const timeout of this.clickTimeouts.values()) {
2252 if (timeout) {
2253 window.clearTimeout(timeout);
2254 }
2255 }
2256 this.clickTimeouts.clear();
2257 }
2258
2259 private registerContainerListeners(): void {
2260 if (!this.itemsContainer || this.containerListenersRegistered) return;

Callers 5

renderGroupedMethod · 0.95
onunloadMethod · 0.95
clearAllTaskElementsMethod · 0.95

Calls 2

clearTimeoutMethod · 0.65
clearMethod · 0.45

Tested by

no test coverage detected