mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-22 06:39:26 +01: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