()
| 186 | } |
| 187 | |
| 188 | override _edit(): void { |
| 189 | // markForCheck necessary for edit input to be rendered |
| 190 | this._changeDetectorRef.markForCheck(); |
| 191 | this._startEditing(); |
| 192 | } |
| 193 | |
| 194 | private _startEditing(event?: Event) { |
| 195 | if ( |
nothing calls this directly
no test coverage detected