mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-18 15:25:20 +00:00
chore: rm console log
This commit is contained in:
parent
8ad52f0fcc
commit
f2bd3fdf19
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue