Update packages/bruno-app/src/components/MarkDown/index.jsx

Co-authored-by: Timon <39559178+Its-treason@users.noreply.github.com>
This commit is contained in:
Baptiste Poulain 2023-12-08 16:12:22 +01:00 committed by GitHub
parent 8e1d04f5c1
commit d257db27b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,6 @@ const md = new MarkdownIt();
const Markdown = ({ onDoubleClick, content }) => {
const handleOnDoubleClick = (event) => {
console.log(event);
if (event?.detail === 2) {
onDoubleClick();
}