trigger icon indicating copy to clipboard operation
trigger copied to clipboard

fix():generateTrigger在多层shadow元素中使用的异常

Open gdutzhendong opened this issue 1 year ago • 2 comments

gdutzhendong avatar May 17 '24 10:05 gdutzhendong

issue链接。https://github.com/react-component/trigger/issues/463

gdutzhendong avatar May 17 '24 11:05 gdutzhendong

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.

Psvensso avatar Jul 08 '24 08:07 Psvensso

Fixed in https://github.com/react-component/trigger/pull/471

afc163 avatar Sep 03 '24 08:09 afc163