()
| 94 | }) |
| 95 | |
| 96 | protected override createRenderRoot(): HTMLElement | DocumentFragment { |
| 97 | return this |
| 98 | } |
| 99 | |
| 100 | private onTitleInput(event: Event): void { |
| 101 | const target = event.target as HTMLInputElement |
nothing calls this directly
no outgoing calls
no test coverage detected