mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-24 16:54:23 +01:00
fix: enable embeding youtube videos in editor
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user