aidenlx / alx-folder-note

Add description, summary, and more info to folders with folder notes.
MIT License
244 stars 13 forks source link

fix: check whether FileExplorerView.dom is defined before use #133

Closed FynnFreyer closed 5 months ago

FynnFreyer commented 7 months ago

Fixes #130

This is a quick fix, checking whether dom is defined before using or passing it around, but it doesn't deal with any potentially broken assumptions.

FynnFreyer commented 5 months ago

Taken care of by #138, closing this one.