MCPcopy
hub / github.com/angular/components / _handleDoubleclick

Method _handleDoubleclick

src/material/chips/chip-row.ts:182–186  ·  view source on GitHub ↗
(event: MouseEvent)

Source from the content-addressed store, hash-verified

180 }
181
182 _handleDoubleclick(event: MouseEvent) {
183 if (!this.disabled && this.editable) {
184 this._startEditing(event);
185 }
186 }
187
188 override _edit(): void {
189 // markForCheck necessary for edit input to be rendered

Callers

nothing calls this directly

Calls 1

_startEditingMethod · 0.95

Tested by

no test coverage detected