mugiwara85 / CodeblockCustomizer

Codeblock Customizer plugin for Obsidian
MIT License
168 stars 7 forks source link

Errors in JavaScript console #2

Closed mnaoumov closed 1 year ago

mnaoumov commented 1 year ago
plugin:codeblock-customizer:2046 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'classList')
    at ReadingView (plugin:codeblock-customizer:2046:23)
mugiwara85 commented 1 year ago

Did you use an earlier version? If yes, close obsidian, delete the data.json file, and start obsidian. If the problem still occurs you have to provide more details how and when the error occurs.

mnaoumov commented 1 year ago

@mugiwara85 I am currently debugging it. The issue is intermittent. Once I detect it, I will make a PR

mugiwara85 commented 1 year ago

@mnaoumov I merged your PR and released a new version! Thanks again for noticing it, and submitting a PR!