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
{{ message }}
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
The issue seems to have been introduced in this commit.
var contains = $(event.target).parents(self.element);
parents() with an object as parameter is returning all parents and so contains.length is never 0.
The text was updated successfully, but these errors were encountered: