fix: enable embeding youtube videos in editor

This commit is contained in:
MTG2000
2022-06-15 15:12:18 +03:00
parent 5c5acd2727
commit b160c07c11
7 changed files with 19 additions and 7 deletions

View File

@@ -19,8 +19,6 @@ export default function SaveModule(props: Props) {
const changeCallback = useDebouncedCallback(ctx => {
const { state } = ctx;
const md = getMarkdown(state);
console.log(md);
onChange(md);
}, [], 500)