mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
🐛 Koenig - Fixed up/down cursor movement in Firefox and Edge
refs https://github.com/TryGhost/Ghost/issues/9724 - update Spirit so that we're not using `display: flex` on the `contenteditable` element
This commit is contained in:
parent
beab7a7a4f
commit
1027f85a68
@ -1,6 +1,6 @@
|
||||
{{#koenig-card
|
||||
tagName="figure"
|
||||
class=(concat (kg-style "media-card") " flex flex-column")
|
||||
class=(concat (kg-style "media-card") " " (kg-style "breakout" size=payload.imageStyle) " flex flex-column")
|
||||
isSelected=isSelected
|
||||
isEditing=isEditing
|
||||
selectCard=(action selectCard)
|
||||
|
@ -99,7 +99,7 @@
|
||||
"eslint": "4.19.1",
|
||||
"eslint-plugin-ghost": "0.0.25",
|
||||
"fs-extra": "4.0.3",
|
||||
"ghost-spirit": "0.0.25",
|
||||
"ghost-spirit": "0.0.26",
|
||||
"glob": "7.1.2",
|
||||
"google-caja-bower": "https://github.com/acburdine/google-caja-bower#ghost",
|
||||
"grunt": "1.0.3",
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user