Editor with bugs when have more than one Chart

What do you want to achieve?

I created two windows with charts and found some bugs on the editor.
This is what I did to find the bugs:
1-Create two buttons in the main screen
2-Create a new window with a chart and a button to go back to the main window.
Add another series in the chart and change its colors.
3-Duplicate the second window to have another chart.
4-Add links to the buttons on the main window for each chart window. That way I can navigate on all windows.
5-On the first chart I delete the second series and disable the labels on the secondary Y axis.
6-Save the project and restart the SquareLine Studio. After project loading, the second series of the second chart is missing!
7-Export the UI files and the code does not create the seconday Y axis labels of the second chart. Remember, I only disabled the labels on the first chart.

It seems this bug also happens to the secondary Y axis ticks. They disappear from the code.

Although the Editor shows correctly the labels, the exported code does not.

What have you tried so far?

Screenshot or video

Link for the project files:

Others

  • SquareLine Studio version: 1.2.3
  • Operating system: Win 10 64-bit
  • Target hardware: VS Code with SDL for development on PC