Skip to content
Snippets Groups Projects
Unverified Commit f8d35661 authored by Nicolò Pretto's avatar Nicolò Pretto Committed by GitHub
Browse files

enableMouseEvents on EmbedModal to allow selecting with the mouse on … (#40771)

parent b3e900b2
Branches
Tags
No related merge requests found
......@@ -58,6 +58,8 @@ export const EmbedModal = ({ children, isOpen, onClose }: EmbedModalProps) => {
title={isEmbeddingSetupStage ? t`Embed ${applicationName}` : undefined}
fit
formModal={false}
// needed to allow selecting with the mouse on the code samples
enableMouseEvents
>
{!isEmbeddingSetupStage && (
<EmbedModalHeader onClose={onEmbedClose} onBack={goBackToEmbedModal}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment