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
Which causes broken pointer-event behavior in v-binder-follower-content (which wraps Popover content in naive-ui), e.g., svg in a visibility: hidden element will still be clickable.
I want to know if it is intended. IMO it should be reasonable to apply pointer-events: initial or pointer-events: auto instead of all.
Component
binder
introduces style:Which causes broken pointer-event behavior in
v-binder-follower-content
(which wrapsPopover
content in naive-ui), e.g., svg in avisibility: hidden
element will still be clickable.I want to know if it is intended. IMO it should be reasonable to apply
pointer-events: initial
orpointer-events: auto
instead ofall
.You can find the details about
all
here: https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events#allThe text was updated successfully, but these errors were encountered: