We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee932a3 commit 3ed474aCopy full SHA for 3ed474a
src/zeroline/ied-editor.ts
@@ -43,7 +43,9 @@ export class IedEditor extends LitElement {
43
render(): TemplateResult {
44
return html`
45
<div id="container" tabindex="0">
46
- <mwc-icon class="icon">developer_board</mwc-icon>
+ <abbr title="${this.name}">
47
+ <mwc-icon class="icon">developer_board</mwc-icon></abbr
48
+ >
49
<mwc-fab
50
id="connectreport"
51
mini
0 commit comments