(event: MouseEvent)
| 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 |
nothing calls this directly
no test coverage detected