MCPcopy Create free account
hub / github.com/Fiddle-Digital/string-scroll / onWheel

Method onWheel

src/index.ts:384–390  ·  view source on GitHub ↗
(e: WheelEvent)

Source from the content-addressed store, hash-verified

382 return findedObject
383 }
384 private onWheel(e: WheelEvent) {
385 if (this._enabled == false) {
386 e.preventDefault()
387 return
388 }
389 this.sEn.onWheel(e)
390 }
391 private onMutationObserver() {
392 const observer = new MutationObserver((mutations) => {
393 mutations.forEach((mutation) => {

Callers

nothing calls this directly

Calls 1

onWheelMethod · 0.65

Tested by

no test coverage detected