Merge pull request #141 from openedx/inf-41

fix: hyperlinks opening in current tab
This commit is contained in:
Muhammad Adeel Tajamul
2022-04-20 16:58:48 +05:00
committed by GitHub

View File

@@ -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,
}}