mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
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
This commit is contained in:
parent
c12a40989d
commit
5b89cee450
2 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue