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