From 26f02cdd05d6065e5bae809ee309a6f7bd47a92e Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 23 Sep 2021 19:58:16 -0700 Subject: [PATCH] fix: Table toolbars missing when cells empty --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0ddf851e6..d3b151128 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "react-window": "^1.8.6", "reakit": "^1.3.8", "regenerator-runtime": "^0.13.7", - "rich-markdown-editor": "^11.17.9", + "rich-markdown-editor": "^11.17.10", "semver": "^7.3.2", "sequelize": "^6.3.4", "sequelize-cli": "^6.2.0", diff --git a/yarn.lock b/yarn.lock index a4e0aa9d9..584ea4b26 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12481,10 +12481,10 @@ retry-as-promised@^3.2.0: dependencies: any-promise "^1.3.0" -rich-markdown-editor@^11.17.9: - version "11.17.9" - resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-11.17.9.tgz#97e402ab8aa7aa4f3ffb2d3af6600a0aabc7613d" - integrity sha512-/754fzvxfc86vOPtcrLRE8pxoSzF/QhFtuAot2FjmrwhKhTZ/PH3zZr6or/LKV1WgwgPAbINl1Wx0ZYxUhEayw== +rich-markdown-editor@^11.17.10: + version "11.17.10" + resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-11.17.10.tgz#50947b5df8e2f0198b025ff8adc2b638b48d81a0" + integrity sha512-MP/kXP0lKvg1Qmxagunh+HkX5/7SgGcSrYGaImhe/0c2zlaEtMJNk/631qIR37BrznF92XRXrB+ZE5hon/jrwQ== dependencies: copy-to-clipboard "^3.0.8" lodash "^4.17.11"