feat: render presentation chat with assistant ui
This commit is contained in:
@@ -28,3 +28,7 @@ if (!globalThis.DOMRect) {
|
||||
}),
|
||||
} as unknown as typeof DOMRect;
|
||||
}
|
||||
|
||||
if (!HTMLDivElement.prototype.scrollTo) {
|
||||
HTMLDivElement.prototype.scrollTo = () => {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user