mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac
This commit is contained in:
parent
00e9362c2c
commit
0a765744b8
1 changed files with 0 additions and 2 deletions
|
|
@ -386,8 +386,6 @@
|
|||
|
||||
value = serializeEditorContent(newState.doc); // Convert ProseMirror content to markdown text
|
||||
eventDispatch('input', { value });
|
||||
|
||||
console.log('Editor content:', value);
|
||||
},
|
||||
handleDOMEvents: {
|
||||
focus: (view, event) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue