Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 5963b58 + 881b86b commit 0a0707fCopy full SHA for 0a0707f
draft-js-sticker-plugin/src/modifiers/addSticker.js
@@ -63,7 +63,7 @@ export default (editorState: Object, stickerId: any) => {
63
new ContentBlock({
64
key: genKey(),
65
type: 'sticker',
66
- text: '',
+ text: ' ',
67
characterList: List(Repeat(charDataOfSticker, 1)), // eslint-disable-line new-cap
68
}),
69
0 commit comments