mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
🐛 Fixed double-insert when pasting plain text in Firefox (#18537)
closes https://github.com/TryGhost/Product/issues/3500 - update dependency @tryghost/koenig-lexical to v0.4.23 - includes fix for double-insert when pasting plain text in Firefox
This commit is contained in:
parent
00cfecadf4
commit
222a23fdef
2 changed files with 5 additions and 5 deletions
|
@ -48,7 +48,7 @@
|
|||
"@tryghost/kg-converters": "0.0.15",
|
||||
"@tryghost/kg-parser-plugins": "3.0.36",
|
||||
"@tryghost/kg-simplemde": "1.11.2",
|
||||
"@tryghost/koenig-lexical": "0.4.22",
|
||||
"@tryghost/koenig-lexical": "0.4.23",
|
||||
"@tryghost/limit-service": "1.2.10",
|
||||
"@tryghost/members-csv": "0.0.0",
|
||||
"@tryghost/mobiledoc-kit": "0.12.5-ghost.2",
|
||||
|
|
|
@ -7932,10 +7932,10 @@
|
|||
dependencies:
|
||||
semver "^7.3.5"
|
||||
|
||||
"@tryghost/koenig-lexical@0.4.22":
|
||||
version "0.4.22"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-0.4.22.tgz#c15937ea1f5b79a0afa61d45ff022c1e83b83bce"
|
||||
integrity sha512-V1QcGv4Q4k5gZBk1mr7VXxmFz/s3YheQ5iVkd0NEV6/sVyWOvRG64YV33Zyw0PdG4p3OZtaD6RmC09en1/YOqA==
|
||||
"@tryghost/koenig-lexical@0.4.23":
|
||||
version "0.4.23"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-0.4.23.tgz#d1eed1b0c98a14e32df09fb5a2845084748297bd"
|
||||
integrity sha512-2djVVAFGLaZPQmBw2/ym4uko/y3fYgdhH2NQ6P1Rg7lLtBeBIjxyL3MBgh+2YVSzBkCZ3GO0PSLfZ+8nPIKQEQ==
|
||||
|
||||
"@tryghost/limit-service@1.2.10", "@tryghost/limit-service@^1.2.10":
|
||||
version "1.2.10"
|
||||
|
|
Loading…
Add table
Reference in a new issue