Skip to content

Commit 6c3bc27

Browse files
committed
removed special config from docs page
1 parent c0057e2 commit 6c3bc27

File tree

1 file changed

+1
-4
lines changed
  • docs/client/components/pages/Linkify/SimpleLinkifyEditor

1 file changed

+1
-4
lines changed

docs/client/components/pages/Linkify/SimpleLinkifyEditor/index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ import Editor from 'draft-js-plugins-editor';
44
import createLinkifyPlugin from 'draft-js-linkify-plugin';
55
import editorStyles from './editorStyles.css';
66

7-
const linkifyPlugin = createLinkifyPlugin({
8-
prefix: 'http://',
9-
target: '_blank',
10-
});
7+
const linkifyPlugin = createLinkifyPlugin();
118
const plugins = [linkifyPlugin];
129

1310
export default class SimpleMentionEditor extends Component {

0 commit comments

Comments
 (0)