Skip to content

Commit

Permalink
Update open-scd.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwilbrink committed Jun 12, 2024
1 parent c2c8bf3 commit a3ccea0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/openscd/src/open-scd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,13 +337,6 @@ export class OpenSCD extends LitElement {
</oscd-waiter>`;
}

openDoc(doc: XMLDocument, docName: string) {
this.doc = doc;
this.docName = docName;

this.requestUpdate('doc');
}

private storePlugins(plugins: Array<Plugin | InstalledOfficialPlugin>) {
localStorage.setItem(
'plugins',
Expand Down

0 comments on commit a3ccea0

Please sign in to comment.