mirror of
https://github.com/open-webui/open-webui
synced 2024-11-17 22:12:51 +00:00
chore: rm console log
This commit is contained in:
parent
8ad52f0fcc
commit
f2bd3fdf19
@ -25,7 +25,6 @@
|
|||||||
placeholder('Enter your code here...'),
|
placeholder('Enter your code here...'),
|
||||||
EditorView.updateListener.of((e) => {
|
EditorView.updateListener.of((e) => {
|
||||||
if (e.docChanged) {
|
if (e.docChanged) {
|
||||||
console.log(e);
|
|
||||||
value = e.state.doc.toString();
|
value = e.state.doc.toString();
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user