systeminit / si

The System Initiative software
https://systeminit.com
Apache License 2.0
1.58k stars 261 forks source link

fix(web): don't create NONE component attribute store #4550

Closed zacharyhamm closed 2 months ago

zacharyhamm commented 2 months ago

If component is not selected, the right click menu creates a component attribute store for the "NONE" component id, and then we react to events by attempting to fetch data about this "NONE" component. Let's avoid that.