mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix: center peek message role (#7723)
This commit is contained in:
@@ -397,7 +397,7 @@ export class AIChatBlockPeekView extends LitElement {
|
||||
.state=${messageState}
|
||||
.content=${content}
|
||||
.attachments=${attachments}
|
||||
.role=${role}
|
||||
.messageRole=${role}
|
||||
.userInfo=${userInfo}
|
||||
></ai-chat-message>
|
||||
${shouldRenderError ? AIChatErrorRenderer(host, error) : nothing}
|
||||
|
||||
Reference in New Issue
Block a user