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
The intention of Polymer.dom(event).localTarget is to return the lowest element in the same root as the event's currentTarget. When ShadyDOM.noPatch is enabled, we just return currentTarget, which is incorrect.
The text was updated successfully, but these errors were encountered:
The intention of
Polymer.dom(event).localTarget
is to return the lowest element in the same root as the event'scurrentTarget
. WhenShadyDOM.noPatch
is enabled, we just returncurrentTarget
, which is incorrect.The text was updated successfully, but these errors were encountered: