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 0bff5aa commit 802dd41Copy full SHA for 802dd41
src/editors/substation/ied-editor.ts
@@ -27,6 +27,8 @@ export class IedEditor extends LitElement {
27
/** The document being edited as provided to editor by [[`Zeroline`]]. */
28
@property({ attribute: false })
29
doc!: XMLDocument;
30
+ @property({ type: Number })
31
+ editCount = -1;
32
/** SCL element IED */
33
34
element!: Element;
0 commit comments