You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug that when you start to edit the selected IED in the IED Editor, the IED Editor always switches back to the first IED in the list.
This is caused by the rendering of the IED Editor where the first IED is always made selected.
The text was updated successfully, but these errors were encountered:
Yeah, when one test, it should not the first one to test with. Sorry I missed it. I think a quick solution could be to store the IED name to local Storage. If the IED name cannot be found to remove it and show the first IED.
It is however not really a clean solution. Here we have to have a closer look why we re-render the whole Editor every time a wizard-dialog opens or closes.
I found another solution by creating a variable outside the Plugin/LitElement and use that.
It also not perfect, because it now becomes a global variable, so I named it by the SLD "sldSelectedSubstation".
There is a bug that when you start to edit the selected IED in the IED Editor, the IED Editor always switches back to the first IED in the list.
This is caused by the rendering of the IED Editor where the first IED is always made selected.
The text was updated successfully, but these errors were encountered: