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 c0057e2 commit 6c3bc27Copy full SHA for 6c3bc27
docs/client/components/pages/Linkify/SimpleLinkifyEditor/index.js
@@ -4,10 +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({
8
- prefix: 'http://',
9
- target: '_blank',
10
-});
+const linkifyPlugin = createLinkifyPlugin();
11
const plugins = [linkifyPlugin];
12
13
export default class SimpleMentionEditor extends Component {
0 commit comments