This commit is contained in:
Timothy Jaeryang Baek
2025-05-04 16:53:48 +04:00
parent d1eaa9d4ee
commit 175bbe27e9
3 changed files with 174 additions and 6 deletions

View File

@@ -371,8 +371,8 @@
placeholder={$i18n.t('Write something...')}
json={true}
onChange={(content) => {
note.data.html = content.html;
note.data.md = content.md;
note.data.content.html = content.html;
note.data.content.md = content.md;
}}
/>
</div>