MCPcopy Create free account
hub / github.com/codeaashu/claude-code / attachCustomWheelEventHandler

Method attachCustomWheelEventHandler

src/server/web/public/terminal.js:6057–6059  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

6055 this._core.open(e3);
6056 }
6057 attachCustomKeyEventHandler(e3) {
6058 this._core.attachCustomKeyEventHandler(e3);
6059 }
6060 attachCustomWheelEventHandler(e3) {
6061 this._core.attachCustomWheelEventHandler(e3);
6062 }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected