fix(individual parts): initially select the first part
This commit is contained in:
parent
32989a1254
commit
00fcd63c1c
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ const main = (): void => {
|
||||||
fieldset.append(e, label, br)
|
fieldset.append(e, label, br)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
await score.setExcerptId(0) // initially select the first part
|
||||||
|
|
||||||
// submit buttons
|
// submit buttons
|
||||||
for (const btn of btns) {
|
for (const btn of btns) {
|
||||||
const submitBtn = w.document.createElement('input')
|
const submitBtn = w.document.createElement('input')
|
||||||
|
|
Loading…
Reference in a new issue