Open
Description
Summary
There appears to be a bug in Firefox where a user can't select (and therefore copy) text from Assistant conversations. After some light debugging, it looks like this might be due to a difference in how Firefox handles contenteditable="false"
. When configured as contenteditable="true"
, text selection seems to work as expected.