Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
f2bd3fdf
Commit
f2bd3fdf
authored
Jun 10, 2024
by
Timothy J. Baek
Browse files
chore: rm console log
parent
8ad52f0f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/lib/components/common/CodeEditor.svelte
src/lib/components/common/CodeEditor.svelte
+0
-1
No files found.
src/lib/components/common/CodeEditor.svelte
View file @
f2bd3fdf
...
...
@@ -25,7 +25,6 @@
placeholder('Enter your code here...'),
EditorView.updateListener.of((e) => {
if (e.docChanged) {
console.log(e);
value = e.state.doc.toString();
}
}),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment