Skip to content

Commit 3ed474a

Browse files
fix(ied-editor): add tooltip with full IED name (#291)
1 parent ee932a3 commit 3ed474a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/zeroline/ied-editor.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ export class IedEditor extends LitElement {
4343
render(): TemplateResult {
4444
return html`
4545
<div id="container" tabindex="0">
46-
<mwc-icon class="icon">developer_board</mwc-icon>
46+
<abbr title="${this.name}">
47+
<mwc-icon class="icon">developer_board</mwc-icon></abbr
48+
>
4749
<mwc-fab
4850
id="connectreport"
4951
mini

0 commit comments

Comments
 (0)