Remove multi selection for component from designer

Hello Everyone,
I want to know how I can remove multi-selection for components from designers without affecting copy-paste in designers.

Regards,
Kunal Mishra

1 Like

There is no setting for this.

You could establish a work habit of selecting (left click) from the component tree pane in the Designer instead of from the layout pane. I imagine that would leave you with at most one component selected at a time (assuming you don't select an Arrangement.)

1 Like

Probably the best thing to do is in MockForm change shouldSelectMultipleComponents to always return false.

Thanks, I will try this.