(e3)
| 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) { |
no test coverage detected