Unverified Commit e2d74096 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #336 from ollama-webui/edit-message-fix

fix: edit message issue
parents 6594661d 7000a524
......@@ -33,6 +33,8 @@
let speaking = null;
$: if (message) {
edit = false;
editedContent = '';
renderStyling();
}
......
......@@ -39,6 +39,11 @@
edit = false;
editedContent = '';
};
$: if (message) {
edit = false;
editedContent = '';
}
</script>
<div class=" flex w-full">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment