mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
e031b18b31
Closes #8164 - When a user clicks on a card within a '/' menu it now executes that tool. - If a user engages a card with the / menu the content of the paragraph is now inserted into the card.
7 lines
226 B
Handlebars
7 lines
226 B
Handlebars
{{#if isOpen}}
|
|
<div class="gh-cardmenu">
|
|
{{#each toolbar as |tool index|}}
|
|
{{koenig-menu-item tool=tool editor=editor range=range selected=tool.selected clicked=(action "clickedMenu")}}
|
|
{{/each}}
|
|
</div>
|
|
{{/if}} |