Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 70f8d37

Browse files
committed
🐛 Koenig - Fixed up/down cursor movement in Firefox and Edge
refs TryGhost/Ghost#9724 - update Spirit so that we're not using `display: flex` on the `contenteditable` element
1 parent 5def43c commit 70f8d37

File tree

3 files changed

+412
-363
lines changed

3 files changed

+412
-363
lines changed

lib/koenig-editor/addon/templates/components/koenig-card-image.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{#koenig-card
22
tagName="figure"
3-
class=(concat (kg-style "media-card") " flex flex-column")
3+
class=(concat (kg-style "media-card") " " (kg-style "breakout" size=payload.imageStyle) " flex flex-column")
44
isSelected=isSelected
55
isEditing=isEditing
66
selectCard=(action selectCard)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"eslint": "4.19.1",
100100
"eslint-plugin-ghost": "0.0.25",
101101
"fs-extra": "4.0.3",
102-
"ghost-spirit": "0.0.25",
102+
"ghost-spirit": "0.0.26",
103103
"glob": "7.1.2",
104104
"google-caja-bower": "https://github.com/acburdine/google-caja-bower#ghost",
105105
"grunt": "1.0.3",

0 commit comments

Comments
 (0)