guopenghui / obsidian-quiet-outline

Improving experience of outline in Obsidian
MIT License
295 stars 17 forks source link

Fixes issue #80 "Cannot read properties of undefined (reading 'contains')" #124

Closed twherzog07 closed 11 months ago

twherzog07 commented 1 year ago

Fixes GitHub issue #80 by adding a check that the current file cache is not null, which happens when the file cache hasn't been generated yet.

guopenghui commented 11 months ago

Thank you!