MCPcopy Index your code
hub / github.com/codeaashu/claude-code / handleTouchMove

Method handleTouchMove

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

Source from the content-addressed store, hash-verified

917 this._lastTouchY = e3.touches[0].pageY;
918 }
919 handleTouchMove(e3) {
920 const t3 = this._lastTouchY - e3.touches[0].pageY;
921 return this._lastTouchY = e3.touches[0].pageY, 0 !== t3 && (this._viewportElement.scrollTop += t3, this._bubbleScroll(e3, t3));
922 }
923 };
924 t2.Viewport = l = s2([r(2, c.IBufferService), r(3, c.IOptionsService), r(4, o.ICharSizeService), r(5, o.IRenderService), r(6, o.ICoreBrowserService), r(7, o.IThemeService)], l);
925 }, 3107: function(e2, t2, i2) {

Callers 1

bindMouseMethod · 0.80

Calls 1

_bubbleScrollMethod · 0.80

Tested by

no test coverage detected