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
01f62286
Commit
01f62286
authored
Aug 09, 2024
by
Timothy J. Baek
Browse files
fix
parent
e9d14601
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/lib/components/chat/Messages/ResponseMessage.svelte
src/lib/components/chat/Messages/ResponseMessage.svelte
+4
-4
No files found.
src/lib/components/chat/Messages/ResponseMessage.svelte
View file @
01f62286
...
...
@@ -279,14 +279,14 @@
editedContent = '';
await tick();
render
Styling
();
render
Latex
();
};
const cancelEditMessage = async () => {
edit = false;
editedContent = '';
await tick();
render
Styling
();
render
Latex
();
};
const generateImage = async (message) => {
...
...
@@ -311,7 +311,7 @@
$: if (!edit) {
(async () => {
await tick();
render
Styling
();
render
Latex
();
await mermaid.run({
querySelector: '.mermaid'
...
...
@@ -321,7 +321,7 @@
onMount(async () => {
await tick();
render
Styling
();
render
Latex
();
await mermaid.run({
querySelector: '.mermaid'
...
...
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