trigger
trigger copied to clipboard
fix():generateTrigger在多层shadow元素中使用的异常
issue链接。https://github.com/react-component/trigger/issues/463
This PR needs to rebase master, run prettier on changed code (there was some problems with spacing) and include the
popupEle?.contains(composedPathTargetList?.[0] as Node) on the index.tsx inPopupOrChild checks to properly check the composedPathTargetList root element.
Fixed in https://github.com/react-component/trigger/pull/471