Skip to content

Commit d694360

Browse files
committed
New DraftJs Link Editor functionality (like in Google Docs) which would also help to fulfill the requirements of #2937
1 parent ae0f34c commit d694360

File tree

14 files changed

+1807
-133
lines changed

14 files changed

+1807
-133
lines changed

package-lock.json

Lines changed: 156 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@
8484
"brace": "^0.11.1",
8585
"classnames": "^2.2.3",
8686
"coffeescript": "^1.12.7",
87+
"decorate-component-with-props": "^1.1.0",
8788
"draft-js": "^0.10.1",
8889
"draft-js-drag-n-drop-plugin": "^2.0.0-rc2",
8990
"draft-js-image-plugin": "^2.0.0-rc2",
90-
"draft-js-link-plugin": "^1.2.2",
9191
"draft-js-mention-plugin": "^2.0.0-rc2",
9292
"draft-js-plugins-editor": "^2.0.0-rc2",
9393
"draft-js-utils": "^0.1.7",
@@ -125,6 +125,7 @@
125125
"react-infinite-scroller": "^1.1.1",
126126
"react-layout-pane": "^0.1.16",
127127
"react-modal": "^1.9.7",
128+
"react-popper": "^1.3.3",
128129
"react-redux": "^4.4.5",
129130
"react-responsive": "^4.1.0",
130131
"react-router-dom": "^4.2.2",

0 commit comments

Comments
 (0)