()
| 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 | |
| 153 | module.exports = MouseWheel; |
no outgoing calls
no test coverage detected