FPGAwars / icestudio

:snowflake: Visual editor for open FPGA boards
https://icestudio.io
GNU General Public License v2.0
1.7k stars 246 forks source link

When inside a block (Read only), a component can be dragged in from Collection Manager #731

Open TimRudy opened 5 months ago

TimRudy commented 5 months ago

The action of selecting or dragging from Collection Manager should be blocked in Read only case.

If not, the new block can actually "replace" something and wire itself into the Read only design. Which is funny because you can't delete it and you can't edit the wires.

A simple problem. I will create a PR at some point.