mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user