mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
fix(core): unable to copy the selected ai answer content across multiple lines (#11806)
> CLOSE AI-76
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user