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 way it is written, calling this.occlude() on the same object will alternatingly return either false or the object that is already attached to the element
At Class.Occlude.js line 30 , instead of:
if (instance && !this.occluded)
replace with:
if (instance)
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/870242-class-occlude-js-occlude-returns-false-if-you-call-it-twice-on-the-same-object?utm_campaign=plugin&utm_content=tracker%2F22069&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F22069&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
The way it is written, calling this.occlude() on the same object will alternatingly return either false or the object that is already attached to the element
At Class.Occlude.js line 30 , instead of:
replace with:
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/870242-class-occlude-js-occlude-returns-false-if-you-call-it-twice-on-the-same-object?utm_campaign=plugin&utm_content=tracker%2F22069&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F22069&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: