From bb6e47ce704138cea8bb096c4bd4a84064ee7429 Mon Sep 17 00:00:00 2001 From: Mehak Nasir Date: Thu, 22 Dec 2022 20:14:45 +0500 Subject: [PATCH] fix: disabled relative link --- src/components/TinyMCEEditor.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/TinyMCEEditor.jsx b/src/components/TinyMCEEditor.jsx index b02401b9..dc077b72 100644 --- a/src/components/TinyMCEEditor.jsx +++ b/src/components/TinyMCEEditor.jsx @@ -119,6 +119,7 @@ export default function TinyMCEEditor(props) { content_css: false, content_style: contentStyle, body_class: 'm-2 text-editor', + relative_urls: false, default_link_target: '_blank', target_list: false, images_upload_handler: uploadHandler,