Skip to content

Commit 34aa360

Browse files
authored
Allow copying of text from the AI Assistant chat panel. #9738
1 parent 7e39fc8 commit 34aa360

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/en_US/release_notes_9_14.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ Bug fixes
3434
| `Issue #9392 <https://github.com/pgadmin-org/pgadmin4/issues/9392>`_ - Ensure that the Geometry Viewer refreshes when re-running queries or switching geometry columns, preventing stale data from being displayed.
3535
| `Issue #9719 <https://github.com/pgadmin-org/pgadmin4/issues/9719>`_ - Fixed an issue where AI Reports fail with OpenAI models that do not support the temperature parameter.
3636
| `Issue #9721 <https://github.com/pgadmin-org/pgadmin4/issues/9721>`_ - Fixed an issue where permissions page is not completely accessible on full scroll.
37+
| `Issue #9738 <https://github.com/pgadmin-org/pgadmin4/issues/9738>`_ - Allow copying of text from the AI Assistant chat panel.
3738
| `Issue #9740 <https://github.com/pgadmin-org/pgadmin4/issues/9740>`_ - Fixed an issue where the AI Assistant input textbox sometimes swallows the first character of input.

web/pgadmin/tools/sqleditor/static/js/components/sections/NLQChatPanel.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const MessagesArea = styled('div')(({ theme }) => ({
6565
display: 'flex',
6666
flexDirection: 'column',
6767
gap: theme.spacing(1),
68+
userSelect: 'text',
6869
}));
6970

7071
const MessageBubble = styled(Paper)(({ theme, isuser }) => ({

0 commit comments

Comments
 (0)