Skip to content
This repository was archived by the owner on May 31, 2020. It is now read-only.

Commit 27d1f21

Browse files
committed
add comment for the source of linky-plugin's strategy
1 parent a88aa28 commit 27d1f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/linkify-example/src/linkStrategy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @flow
2-
2+
// This strategy is from https://github.com/draft-js-plugins/draft-js-plugins/blob/master/draft-js-linkify-plugin/src/linkStrategy.js
33
import { ContentBlock } from 'draft-js'
44
import linkifyIt from 'linkify-it'
55
import tlds from 'tlds'

0 commit comments

Comments
 (0)