mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Hid slash menu when there are no items to display
no issue - doesn't make sense to show a plain white box with a shadow
This commit is contained in:
parent
cd832a15bb
commit
bdf7a1ba8a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{{#if this.showMenu}}
|
||||
{{#if (and this.showMenu this.itemSections)}}
|
||||
<div class="koenig-cardmenu {{kg-style "cardmenu"}}">
|
||||
<KoenigMenuContent @itemSections={{this.itemSections}} @itemClicked={{action "itemClicked"}} />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue