kevboh / longform

A plugin for Obsidian that helps you write and edit novels, screenplays, and other long projects.
Other
610 stars 30 forks source link

Prevent null selectedDraft from breaking render #219

Closed b-camphart closed 5 months ago

b-camphart commented 7 months ago

fixes #218

b-camphart commented 6 months ago

@kevboh applied suggestions! Also, I found another bug related to this in which steps in a workflow were sometimes undefined, causing the same issue of the panel being unresponsive. I removed a binding in a svelte component, which I didn't think was necessary, since the component never actually updated it. Seems to have fixed that problem, and the fix doesn't seem to have changed any functionality.