From 29f4dc93313081c29e3405ee2e2d81fb7afb1973 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 29 Aug 2020 12:00:55 -0700 Subject: [PATCH] Bump RME Fixes #1107 - It's now possible to use line breaks in table cells with Shift+Enter Fixes #1253 - Selected content can now be dragged to reorder --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 78d2df887..9f85c2ab5 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "react-portal": "^4.0.0", "react-router-dom": "^5.1.2", "react-waypoint": "^9.0.2", - "rich-markdown-editor": "^10.6.1", + "rich-markdown-editor": "^10.6.5", "semver": "^7.3.2", "sequelize": "^6.3.4", "sequelize-cli": "^6.2.0", @@ -191,4 +191,4 @@ "js-yaml": "^3.13.1" }, "version": "0.46.1" -} +} \ No newline at end of file