Skip to content

Commit

Permalink
chore: Fix IED plugin crash
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Aug 1, 2024
1 parent 026a076 commit 72a38d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compas-open-scd/src/open-scd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class OpenSCD extends LitElement {

/** Object containing all *.nsdoc files and a function extracting element's label form them*/
@property({ attribute: false })
nsdoc!: Nsdoc;
nsdoc: Nsdoc = initializeNsdoc();

private currentSrc = '';
/** The current file's URL. `blob:` URLs are *revoked after parsing*! */
Expand Down

0 comments on commit 72a38d8

Please sign in to comment.