iandees / wof-editor

A simple Who's on First editor.
https://writefield.nextzen.org/
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Fix the new concordance form #74

Closed iandees closed 1 year ago

iandees commented 1 year ago

Fixes #73

The button to add a new concordance was looking for other concordance form elements after which to add the new row. When there was no concordance, it didn't have anything to append to.

I fixed it by starting the page with a blank so that there's always at least one row in there to append to.