[TreeView] Refactor event handling to avoid stopping propagation #10397
Labels
component: tree view
TreeView, TreeItem. This is the name of the generic UI component, not the React module!
enhancement
This is not a bug, nor a new feature
Created from #10123 (comment)
Investigate the possibility of not using
event.stopPropagation
, but relying onpreventDefault
andisDefaultPrevented
or a similar mechanism to control the event flow.The text was updated successfully, but these errors were encountered: