From 89ab3b26d2d0bfdb8cc6916e233510bb85a100a5 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Tue, 27 Feb 2024 12:38:26 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20pasting=20into=20HTML=20?= =?UTF-8?q?card=20editor=20replacing=20the=20card=20with=20a=20paragraph?= =?UTF-8?q?=20(#19757)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes ENG-657 - bumps `@tryghost/koenig-lexical` to include fix for preventing default Lexical behaviour when we detect a paste event inside a nested CodeMirror editor --- ghost/admin/package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index af0773ccb5..158b71fd4c 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -46,7 +46,7 @@ "@tryghost/helpers": "1.1.88", "@tryghost/kg-clean-basic-html": "4.0.3", "@tryghost/kg-converters": "1.0.1", - "@tryghost/koenig-lexical": "1.0.20", + "@tryghost/koenig-lexical": "1.0.21", "@tryghost/limit-service": "1.2.12", "@tryghost/members-csv": "0.0.0", "@tryghost/nql": "0.12.1", @@ -201,4 +201,4 @@ } } } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index ecc1353ceb..45a25ea223 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7145,10 +7145,10 @@ dependencies: semver "^7.3.5" -"@tryghost/koenig-lexical@1.0.20": - version "1.0.20" - resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-1.0.20.tgz#78b907f100287d8554cce2b1078bd63883542b67" - integrity sha512-bBWq/9u6y8qyogIv9Mv8OkIsyaGA+xXdveuiB+0UD6GvKon1bKHehdF34lZArjD09qGw0lNRZ6pfL01AZ5TShw== +"@tryghost/koenig-lexical@1.0.21": + version "1.0.21" + resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-1.0.21.tgz#7133b467a3fed86aae7ad1f90ad1f4dad9f22f1a" + integrity sha512-hUn8qW1DKlTHDCjVmrkgJcGkeClobJU6mj7TD40uRuTU+5cpyQvDWtM174QK4hxOO4OFCqdWRXf3byAQ2N1vmA== "@tryghost/limit-service@1.2.12", "@tryghost/limit-service@^1.2.10": version "1.2.12"