feat: render presentation chat with assistant ui

This commit is contained in:
lda
2026-07-10 06:33:42 +07:00 Verified
parent 143f11f74c
commit 2d67e26b5e
6 changed files with 533 additions and 31 deletions
+4
View File
@@ -28,3 +28,7 @@ if (!globalThis.DOMRect) {
}),
} as unknown as typeof DOMRect;
}
if (!HTMLDivElement.prototype.scrollTo) {
HTMLDivElement.prototype.scrollTo = () => {};
}