MCPcopy
hub / github.com/codeaashu/claude-code / _handleIncrementalClick

Method _handleIncrementalClick

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

Source from the content-addressed store, hash-verified

2119 this._screenElement.ownerDocument && (this._screenElement.ownerDocument.removeEventListener("mousemove", this._mouseMoveListener), this._screenElement.ownerDocument.removeEventListener("mouseup", this._mouseUpListener)), this._coreBrowserService.window.clearInterval(this._dragScrollIntervalTimer), this._dragScrollIntervalTimer = void 0;
2120 }
2121 _handleIncrementalClick(e3) {
2122 this._model.selectionStart && (this._model.selectionEnd = this._getMouseBufferCoords(e3));
2123 }
2124 _handleSingleClick(e3) {
2125 if (this._model.selectionStartLength = 0, this._model.isSelectAllActive = false, this._activeSelectionMode = this.shouldColumnSelect(e3) ? 3 : 0, this._model.selectionStart = this._getMouseBufferCoords(e3), !this._model.selectionStart) return;
2126 this._model.selectionEnd = void 0;

Callers 1

handleMouseDownMethod · 0.80

Calls 1

_getMouseBufferCoordsMethod · 0.80

Tested by

no test coverage detected