mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
235d71d6a0
refs https://github.com/TryGhost/Ghost/issues/9724 - ignore the range change which would otherwise close the menu when clicking a (+) next to a different paragraph then the one the cursor is currently on
14 lines
789 B
Handlebars
14 lines
789 B
Handlebars
{{#if showButton}}
|
|
<button class="koenig-plus-menu-button flex justify-center items-center relative w9 h9 ba b--midlightgrey-l2 bg-white br-100 anim-normal" onclick={{action "openMenu"}}>{{svg-jar "plus" class="w4 h4 stroke-middarkgrey i-strokew--2"}}</button>
|
|
{{/if}}
|
|
|
|
{{#if showMenu}}
|
|
{{!-- TODO: restructure HTML and update kg-style helper to avoid negative margins on divider/title elements --}}
|
|
<div class="{{kg-style "cardmenu"}} pa0">
|
|
{{!-- <div class="koenig-cardmenu-search">
|
|
{{svg-jar "koenig/search"}}
|
|
<input type="text" placeholder="Search for a card..." class="gh-input koenig-cardmenu-search-input">
|
|
</div> --}}
|
|
{{koenig-menu-content itemSections=itemSections itemClicked=(action "itemClicked")}}
|
|
</div>
|
|
{{/if}} |