mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55: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
|
value = serializeEditorContent(newState.doc); // Convert ProseMirror content to markdown text
|
||||||
eventDispatch('input', { value });
|
eventDispatch('input', { value });
|
||||||
|
|
||||||
console.log('Editor content:', value);
|
|
||||||
},
|
},
|
||||||
handleDOMEvents: {
|
handleDOMEvents: {
|
||||||
focus: (view, event) => {
|
focus: (view, event) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue