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 was archived by the owner on Jun 30, 2022. It is now read-only.
It would be really nice if you init variable bodyStyle with = document.body.style somewhere earlier in widjet.js lifecycle before using it as undefined in updateWidgetStyle() to document.body. For example createWidget() seems to be nice place for initialization.
Thank you.