MCPcopy
hub / github.com/ollm/OpenComic / reset

Method reset

scripts/shortcuts/mouse-wheel.js:144–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 }
143
144 reset() {
145
146 this.#target.removeEventListener('wheel', this.wheel, {passive: this.#passive, capture: this.#captute});
147 this.#registred = false;
148 this.shortcuts = [];
149
150 }
151}
152
153module.exports = MouseWheel;

Callers 8

recordMethod · 0.95
boxesFunction · 0.80
generateEbookPagesFunction · 0.80
registerFunction · 0.80
unregisterFunction · 0.80
loadIndexPageFunction · 0.80
loadFunction · 0.80
changeButtonFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected