Skip to content

Commit

Permalink
fix: added editcount to reflect made changes (openscd#1321)
Browse files Browse the repository at this point in the history
Signed-off-by: Stef3st <steffen.van.den.driest@alliander.com>
  • Loading branch information
Stef3st authored and pascalwilbrink committed Oct 19, 2023
1 parent 38db8f8 commit a404ea8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/editors/substation/ied-editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ export class IedEditor extends LitElement {
/** The document being edited as provided to editor by [[`Zeroline`]]. */
@property({ attribute: false })
doc!: XMLDocument;
@property({ type: Number })
editCount = -1;
/** SCL element IED */
@property({ attribute: false })
element!: Element;
Expand Down

0 comments on commit a404ea8

Please sign in to comment.