mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-26 18:58:29 +02:00
feat: markdown formatting complete
streaming and history implemented
This commit is contained in:
@@ -57,10 +57,8 @@
|
||||
chatContainer.scrollTop = chatContainer.scrollHeight;
|
||||
}
|
||||
}
|
||||
|
||||
document.body.addEventListener('htmx:afterSwap', function (evt) {
|
||||
renderMarkdown();
|
||||
setTimeout(scrollChatToBottom, 0);
|
||||
scrollChatToBottom();
|
||||
});
|
||||
</script>
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user