Open
Description
Expected Behavior
When adding a sprite from the backpack you should be able to toggle showing/hiding its monitors.
Monitor showing state should also be preserved.
Actual Behavior
When adding the same sprite with a local variable from your backpack to a project twice, only one monitor can display.
Steps to Reproduce
- Open a new project while logged into scratch.
- Create a new local list (available to this sprite only)
- Add things to the list
- Add the sprite with the list to your backpack
- Drag the sprite back from your backpack into the same project (or into 2 times into a new project)
- Try toggling the monitors for the list, only one will show
Found this issue while investigating #7919