Skip to content

Commit

Permalink
fix: reset selection if IED changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás Russ committed Sep 8, 2023
1 parent e3b0d14 commit 2664171
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/editors/IED.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,7 @@ export default class IedPlugin extends LitElement {
this.lNClassListOpenedOnce = false;
this.selectedIEDs = e.detail.selectedItems;
this.selectedLNClasses = this.lnClassList.map(
lnClassInfo => lnClassInfo[0]
);
this.selectedLNClasses = [];
this.requestUpdate('selectedIed');
}}"
>
Expand Down

0 comments on commit 2664171

Please sign in to comment.