This is a visual which could help to understand : https://pasteboard.co/IGNIK02.png
I would like it to be either the parent SubParagraph or the child SubParagraph to be selected not both. 15.11.2019, 13:39, "Ramazan Ergüder Bekrek" <[email protected]>: > I have a specific use case where I have a ParagraphItemRenderer. > > In that ItemRenderer there is a List with SubParagraphItemRenderer > (Paragraph.children) > > In that SubParagraphItemRenderer there is List with SubParagraphItemRenderer > (SubParagraph.children) > > How am I able to achieve this desired mouse handling: > > When I click a ParagraphItemRenderer it gets selected (normal behavior) > > If I select a child SubParagraphItemRenderer I would like the parent to not > be selected anymore but right now both gets selected. > > I would like the parent to be deselected and the children selected. > > Is there any possibility for this case? > > Best Regards > > Ergü
