fix(individual parts): initially select the first part

This commit is contained in:
Xmader 2020-10-20 01:10:41 -04:00
parent 32989a1254
commit 00fcd63c1c

View file

@ -85,6 +85,8 @@ const main = (): void => {
fieldset.append(e, label, br)
}
await score.setExcerptId(0) // initially select the first part
// submit buttons
for (const btn of btns) {
const submitBtn = w.document.createElement('input')