mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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 const noteEditorPromise = setupNoteEditor();
|
||||||
|
export { editorToolbar } from "./EditorToolbar.svelte";
|
||||||
|
|
Loading…
Reference in a new issue