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

Commit

Permalink
Koenig - Fix image creation via (+) menu
Browse files Browse the repository at this point in the history
refs TryGhost/Ghost#9311
- image icon was missing the appropriate action
  • Loading branch information
kevinansfield committed Mar 14, 2018
1 parent 2dd4305 commit 5f8ca5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="koenig-cardmenu-icon">{{inline-svg "koenig/markdown"}}</div>
<div class="koenig-cardmenu-label">Markdown</div>
</div>
<div class="koenig-cardmenu-card">
<div class="koenig-cardmenu-card" {{action "replaceWithCardSection" "image" on="click"}}>
<div class="koenig-cardmenu-icon">{{inline-svg "koenig/image"}}</div>
<div class="koenig-cardmenu-label">Image</div>
</div>
Expand Down

0 comments on commit 5f8ca5c

Please sign in to comment.