mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
7 lines
383 B
Handlebars
7 lines
383 B
Handlebars
|
<div role="menu" class="gh-context-menu-container" {{did-insert this.setup}} data-open={{this.isOpen}} {{on "click" this.stopClicks}}>
|
||
|
<div class="gh-context-menu" style={{this.style}}>
|
||
|
{{yield this this.selectionList}}
|
||
|
</div>
|
||
|
<div role="none" class="gh-context-menu-overlay" {{on "click" this.close}} {{on "contextmenu" this.onContextMenuOutside}}></div>
|
||
|
</div>
|