Skip to content

Commit

Permalink
Fix: Forgetting Plugin Settnigs (#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
trusz authored Feb 6, 2025
1 parent c39cd6c commit 101aaae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1,091 deletions.
1 change: 0 additions & 1 deletion packages/openscd/src/open-scd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ export class OpenSCD extends LitElement {
return {
...builtInPlugin,
...overwrite,
installed: true, // TODO: is this correct? should we decide it based on something?
}
})

Expand Down
Loading

0 comments on commit 101aaae

Please sign in to comment.