From 7e5ae2a298a7b327a551e38b98ef546ed80bd818 Mon Sep 17 00:00:00 2001 From: "adeel.tajamul" Date: Wed, 20 Apr 2022 15:15:52 +0500 Subject: [PATCH] fix: hyperlinks opening in current tab --- src/components/TinyMCEEditor.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/TinyMCEEditor.jsx b/src/components/TinyMCEEditor.jsx index a2ce1c0d..343287da 100644 --- a/src/components/TinyMCEEditor.jsx +++ b/src/components/TinyMCEEditor.jsx @@ -92,6 +92,8 @@ export default function TinyMCEEditor(props) { content_css: false, content_style: contentStyle, body_class: 'm-2', + default_link_target: '_blank', + target_list: false, images_upload_handler: uploadHandler, setup, }}