select icon indicating copy to clipboard operation
select copied to clipboard

Error with shadow dom

Open rzyanhao opened this issue 4 years ago • 0 comments

According to the source code(useSelectTriggerControl.ts), I found that you detected blur by the event.target,but if the target is in a shadow dom, it will not work,you should check event.path[0] besides event.target in this hook

rzyanhao avatar Jun 28 '20 05:06 rzyanhao