feat: Add ability to create docs from link editor (#1303)

* feat: Add ability to create docs from link editor

* fix: Handling of paste and click events

* fix: Filter untitled documents from search results

* refactor: Move onCreateLink to DataLoader

* bump rme
This commit is contained in:
Tom Moor
2020-06-12 00:19:03 -07:00
committed by GitHub
parent d25a9d56dc
commit 933bbdfb84
4 changed files with 32 additions and 14 deletions

View File

@@ -141,7 +141,7 @@
"react-portal": "^4.0.0",
"react-router-dom": "^5.1.2",
"react-waypoint": "^9.0.2",
"rich-markdown-editor": "^10.0.3-1",
"rich-markdown-editor": "^10.1.0-3",
"sequelize": "^5.21.1",
"sequelize-cli": "^5.5.0",
"sequelize-encrypted": "^0.1.0",
@@ -191,4 +191,4 @@
"js-yaml": "^3.13.1"
},
"version": "0.18.0"
}
}