mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
bdf7a1ba8a
no issue - doesn't make sense to show a plain white box with a shadow
5 lines
226 B
Handlebars
5 lines
226 B
Handlebars
{{#if (and this.showMenu this.itemSections)}}
|
|
<div class="koenig-cardmenu {{kg-style "cardmenu"}}">
|
|
<KoenigMenuContent @itemSections={{this.itemSections}} @itemClicked={{action "itemClicked"}} />
|
|
</div>
|
|
{{/if}} |