feat: stop continue regeneration

This commit is contained in:
Timothy J. Baek 2024-02-16 13:56:50 -08:00
parent 30f0f34790
commit 5bcbb7810e
3 changed files with 8 additions and 2 deletions

View file

@ -65,7 +65,7 @@
await tick();
if (tooltipInstance) {
tooltipInstance[0].destroy();
tooltipInstance[0]?.destroy();
}
renderLatex();