mirror of
https://github.com/open-webui/open-webui
synced 2025-02-21 12:29:29 +00:00
refac
This commit is contained in:
parent
00e9362c2c
commit
0a765744b8
@ -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 New Issue
Block a user