From 5b89cee4501523c3d9b1b2dd173f3bf31c9a58d3 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Thu, 2 Nov 2023 11:55:21 +0000 Subject: [PATCH] Fixed emoji picker positioning and keyboard nav in captions (#18843) refs https://github.com/TryGhost/Product/issues/4092 refs https://github.com/TryGhost/Product/issues/4094 refs https://github.com/TryGhost/Product/issues/4091 - fixes up/down arrows not working when selecting emojis inside of captions and other nested editors - fixes picker positioning when used in different sized text - fixes picker re-positioning when menu would be cut off screen --- ghost/admin/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index ce8d57f730..99c1f489d1 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -45,7 +45,7 @@ "@tryghost/helpers": "1.1.88", "@tryghost/kg-clean-basic-html": "3.0.40", "@tryghost/kg-converters": "0.0.22", - "@tryghost/koenig-lexical": "0.5.14", + "@tryghost/koenig-lexical": "0.5.15", "@tryghost/limit-service": "1.2.12", "@tryghost/members-csv": "0.0.0", "@tryghost/nql": "0.11.0", diff --git a/yarn.lock b/yarn.lock index 5126b2a552..4ad9da3653 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7905,10 +7905,10 @@ dependencies: semver "^7.3.5" -"@tryghost/koenig-lexical@0.5.14": - version "0.5.14" - resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-0.5.14.tgz#2f576a57cf5fccf6a465b25838085d963f051cfb" - integrity sha512-S8MEo67XaBpQZJl/6AaHK8IWxj2Pv6veflsQgzO1GcWzKUdm8PUosYCkqsNDQnK88tO0pO0FIluEy/QYhG97hg== +"@tryghost/koenig-lexical@0.5.15": + version "0.5.15" + resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-0.5.15.tgz#036ead907c4b622faada556cee180211119005dd" + integrity sha512-QpQBuf2YoSLZwChmm821/1bLTnjJuqLXk/juWE0gUK/NyynqkZh3bDPmxSrFuXmjpyH2Ktf2ALQ+A16mEBOOyA== "@tryghost/limit-service@1.2.12", "@tryghost/limit-service@^1.2.10": version "1.2.12"