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 44b4f87 commit cff0bb7Copy full SHA for cff0bb7
src/editors/substation/zeroline-pane.ts
@@ -113,7 +113,7 @@ export class ZerolinePane extends LitElement {
113
114
return ieds.length
115
? html`<div id="iedcontainer">
116
- ${ieds.map(ied => html`<ied-editor .element=${ied}></ied-editor>`)}
+ ${ieds.map(ied => html`<ied-editor .doc=${this.doc} .element=${ied}></ied-editor>`)}
117
</div>`
118
: html``;
119
}
0 commit comments