${renderActionItem(this.controls.menu, 'navigationIcon')}
- ${this.docName}
+
+ ${this.editableDocs.length > 1
+ ? html``
+ : nothing}
+ ${this.docName}
+ ${this.docName
+ ? html` this.editFileUI.show()}
+ >`
+ : nothing}
+
+
${this.#actions.map(op => renderActionItem(op))}
!p.isDisabled()).length
@@ -411,6 +490,78 @@ export class OpenSCD extends LitElement {
: nothing}
+