How to prevent component from being selected in Designer?

I know I can use prointerEvents: none to stop a component from being moved around on the screen in the Designer, but dragging a selection box will still select it so there's still the possibility of inadvertently selecting it and deleting it / changing prop values when you're bulk-editing multiple selected components. Is there any way to prevent this as well with CSS?

For reference, this is on a coord view and the component is an SVG put in the background (lowest z-order)

2 Likes

I am looking for the same feature. A way to lock some component you dont want to inadvertly move.

I tried to bind coordinate with constant value.

I hope 8.3 will have some layer lock option...

1 Like

At least for this use-case, i'm using background-image to add the image to the background instead, but there are definitely times I would want to use it where I can't use this method