Skip to content

Commit 3d26acf

Browse files
committed
added default for target prop
1 parent ca5288f commit 3d26acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-js-linkify-plugin/src/Link/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default class Link extends Component {
1414
const {
1515
decoratedText = '',
1616
theme = Map(),
17-
target,
17+
target = '_self',
1818
className,
1919
...props,
2020
} = this.props;

0 commit comments

Comments
 (0)