forked from open-webui/open-webui
feat: stop continue regeneration
This commit is contained in:
parent
30f0f34790
commit
5bcbb7810e
3 changed files with 8 additions and 2 deletions
|
@ -65,7 +65,7 @@
|
|||
await tick();
|
||||
|
||||
if (tooltipInstance) {
|
||||
tooltipInstance[0].destroy();
|
||||
tooltipInstance[0]?.destroy();
|
||||
}
|
||||
|
||||
renderLatex();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue