fix(core): unable to copy the selected ai answer content across multiple lines (#11806)

> CLOSE AI-76
This commit is contained in:
yoyoyohamapi
2025-04-18 10:33:14 +00:00
parent 7ef1d46d1a
commit dcfc92347f
3 changed files with 56 additions and 2 deletions

View File

@@ -358,6 +358,7 @@ export const createTextRenderer: (
) => AffineAIPanelWidgetConfig['answerRenderer'] = (host, options) => {
return (answer, state) => {
return html`<text-renderer
contenteditable="false"
.host=${host}
.answer=${answer}
.state=${state}