Lock elemen t like Photoshop?

Can you lock an Element so when you are designing you do not accidentally select the wrong thing and edit it?
Like Photoshop where you can lock a layer and then it is not selectable.

No that is not currently possible. You may consider using the navigator to select an element to edit, especially when working with deeply nested items.

Thanks for the tip! that’s what I have been doing but it would be nice!

I was successful with this.

.clickable-off {
  pointer-events: none;
}