You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using shadow dom, the target of the event when it is passed out is the shadow, not the real target element, so the drop-down menu option cannot be selected, and the same is true for the color picker.
Details
Can I not get the target attribute in v-click-outside-x.js line 26, but get the original target through the event.composedPath() method.
The text was updated successfully, but these errors were encountered:
The problem
When using shadow dom, the target of the event when it is passed out is the shadow, not the real target element, so the drop-down menu option cannot be selected, and the same is true for the color picker.
Details
Can I not get the target attribute in v-click-outside-x.js line 26, but get the original target through the
event.composedPath()
method.The text was updated successfully, but these errors were encountered: