mirror of
https://github.com/open-webui/open-webui.git
synced 2025-04-10 21:09:11 +02:00
fix: edit message issue
This commit is contained in:
parent
6594661d24
commit
7000a52485
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user