Reputation: 7853
How can i add a clickListener to the handle of the splitter of the SplitLayout in Vaadin Flow 24?
Can i access this element somehow? element.shadowRoot is Optional.emtpy().
Or can i add a clickListener to the SplitLayout itsself and then distinguish in the event if the click was triggered by the handle or not? (Didn't find a way for this either).
Upvotes: 0
Views: 30