Skip to content

Commit

Permalink
Fix bug with mis-spelt srcPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
danyill committed Oct 11, 2022
1 parent 818c81a commit 7721084
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class ExtRefLaterBindingList extends LitElement {
this.currentSelectedControlElement
?.closest('LDevice')
?.getAttribute('inst') &&
(extRefElement.getAttribute('scrPrefix') || '') ===
(extRefElement.getAttribute('srcPrefix') || '') ===
(this.currentSelectedControlElement
?.closest('LN0')
?.getAttribute('prefix') || '') &&
Expand Down

0 comments on commit 7721084

Please sign in to comment.