@@ -46,7 +46,7 @@ export class LineShape extends TLLineShape<LineShapeProps> {
label: '',
}
- hideSelection = false
+ hideSelection = true
canEdit = true
ReactComponent = observer(({ events, isErasing, isEditing, onEditingEnd }: TLComponentProps) => {
@@ -28,7 +28,8 @@ export const BacklinksCountContainer = observer(function BacklinksCountContainer
const stop: React.EventHandler<any> = e => e.stopPropagation()
- const rounded = bounds.height * zoom < 50 || !app.selectedShapesArray.includes(shape)
+ const rounded =
+ bounds.height * zoom < 50 || !app.selectedShapesArray.includes(shape) || shape.hideSelection
return (
<Container bounds={bounds} className="tl-backlinks-count-container">