mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Add missing editorToolbar export (#1511)
This commit is contained in:
parent
04fee0dc10
commit
8edca4e6c1
1 changed files with 1 additions and 0 deletions
|
@ -93,3 +93,4 @@ async function setupNoteEditor(): Promise<NoteEditorAPI> {
|
|||
}
|
||||
|
||||
export const noteEditorPromise = setupNoteEditor();
|
||||
export { editorToolbar } from "./EditorToolbar.svelte";
|
||||
|
|
Loading…
Reference in a new issue