Browse Source

add milling else so the UI loads correctly.

main release-2
Gwen Pasquarello 8 months ago
parent
commit
5ae09e2459
  1. 2
      src/editing/edit.main.ts

2
src/editing/edit.main.ts

@ -34,6 +34,8 @@ export async function BuildEditor(
} else {
captions = CreateCaptionTree()
}
} else {
captions = CreateCaptionTree()
}
// new caption button

Loading…
Cancel
Save