We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1256ed commit dd20cf0Copy full SHA for dd20cf0
docs/client/components/pages/Linkify/CustomLinkifyEditor/index.js
@@ -4,7 +4,7 @@ import Editor from 'draft-js-plugins-editor';
4
import createLinkifyPlugin from 'draft-js-linkify-plugin';
5
import editorStyles from './editorStyles.css';
6
7
-const linkifyPlugin = createLinkifyPlugin();
+const linkifyPlugin = createLinkifyPlugin({ target: '_blank' });
8
const plugins = [linkifyPlugin];
9
10
export default class CustomMentionEditor extends Component {
0 commit comments