(event: Event)
| 72 | } |
| 73 | |
| 74 | private onInput(event: Event): void { |
| 75 | const target = event.target as HTMLInputElement |
| 76 | this.nextTitle = target.value |
| 77 | } |
| 78 | |
| 79 | private submit(): void { |
| 80 | const title = this.nextTitle.trim() |
nothing calls this directly
no outgoing calls
no test coverage detected