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
I have created v2.1.2 which should contain a fix for this edge scenario. Attempts to get a selector on parent-less element (this can happen e.g. when element is removed from DOM) should not cause a crash.
I have tested in on the Wikipedia page you linked, I was able to reproduce the problem and it seems to be working after the fix.
Using v2.1.1, Cannot read property 'querySelectorAll' of null is thrown on some elements when clicking.
Go to https://es.wikipedia.org/wiki/Biopel%C3%ADcula and click on any of the pictures at the middle of the page on the right. And then on the X (Close) button at top right.
Related to #19
The text was updated successfully, but these errors were encountered: