We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d74500 commit 5a60617Copy full SHA for 5a60617
3 files changed
Build/src/editor.ts
@@ -44,6 +44,7 @@ export function initializeTinyMDE(debounceCallback: () => void, attempts: number
44
"|",
45
"guide",
46
],
47
+ // Sync back to Markdown on save
48
onUpdate: debounceCallback,
49
});
50
var commandBar1 = new TinyMDE.CommandBar({
0 commit comments