mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Emoji showcase refers to the space at the bottom of the emoji picker we use for showing name as well as aliases of the currently focused emoji. Fixes: #6110.
8 lines
183 B
Handlebars
8 lines
183 B
Handlebars
<div class="popover {{class}}">
|
|
<div class="arrow"></div>
|
|
<div class="popover-content">
|
|
<div></div>
|
|
</div>
|
|
<div class="emoji-showcase-container"></div>
|
|
</div>
|