* Edit modal has no primary input at top - title is in the details section
(container: HTMLElement)
| 243 | * Edit modal has no primary input at top - title is in the details section |
| 244 | */ |
| 245 | protected createPrimaryInput(container: HTMLElement): void { |
| 246 | // No-op: Edit modal shows title in the details section, not at top |
| 247 | } |
| 248 | |
| 249 | /** |
| 250 | * Add completions calendar and metadata sections after details |
no outgoing calls
no test coverage detected