sandoche / Darkmode.js

🌓 Add a dark-mode / night-mode to your website in a few seconds
https://darkmodejs.learn.uno
MIT License
2.72k stars 176 forks source link

Call showWidget via onLoad event listener #47

Closed StafDehat closed 4 years ago

StafDehat commented 4 years ago

Issue https://github.com/sandoche/Darkmode.js/issues/37 is occurring because the showWidget() attempts to navigate the DOM tree before the DOM tree has been rendered by the browser. This line: https://github.com/sandoche/Darkmode.js/blob/master/src/darkmode.js#L140

If showWidget() is executed directly within Githubissues.

  • Githubissues is a development platform for aggregating issues.