mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
🐛 Fixed editor card panels being positioned under post settings menu (#19635)
closes DES-112 - bumps `@tryghost/koenig-lexical` to include a few card settings panel improvements - initial panel positioning now takes sidebar into consideration - panels re-adjust position when opening/closing sidebar - panels can no longer be dragged off-screen or under the sidebar
This commit is contained in:
parent
f8bcb489e0
commit
fa89379474
2 changed files with 5 additions and 5 deletions
|
@ -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.16",
|
||||
"@tryghost/koenig-lexical": "1.0.18",
|
||||
"@tryghost/limit-service": "1.2.12",
|
||||
"@tryghost/members-csv": "0.0.0",
|
||||
"@tryghost/nql": "0.12.1",
|
||||
|
|
|
@ -7145,10 +7145,10 @@
|
|||
dependencies:
|
||||
semver "^7.3.5"
|
||||
|
||||
"@tryghost/koenig-lexical@1.0.16":
|
||||
version "1.0.16"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-1.0.16.tgz#fb75c32e7a6f0d21c8e97faad3701b2d24481059"
|
||||
integrity sha512-SF8sRiCFO7sSnA/zlvC3rtOmHB7kSvDlTlrSx6iHa5aEd5vF9n+bw6/XOb2rCPZNHdPEX6t9NCVAQdjznNnihA==
|
||||
"@tryghost/koenig-lexical@1.0.18":
|
||||
version "1.0.18"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-1.0.18.tgz#a936657189a517146ceee47ba016eae8c353a748"
|
||||
integrity sha512-Uplq1WrntUe20hSu8CVy/A3fbkprByMqgxPr+sTAuKb/TXfv4da09KdO9CMMXlRtH5DC4nrCSk0gHm+Y2aoxbw==
|
||||
|
||||
"@tryghost/limit-service@1.2.12", "@tryghost/limit-service@^1.2.10":
|
||||
version "1.2.12"
|
||||
|
|
Loading…
Reference in a new issue