Skip to content

Commit

Permalink
Fix: Enable code selection in Expand view (#2435)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElinorW authored Mar 6, 2023
1 parent 2bfdc6e commit 4cf2018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/views/query-response/QueryResponse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ const QueryResponse = () => {
isOpen={showModal}
onDismiss={toggleExpandResponse}
styles={modalStyles}
layerProps={{ eventBubblingEnabled: true }}
>
<IconButton
styles={{
Expand Down

0 comments on commit 4cf2018

Please sign in to comment.