mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 19:01:52 +08:00
FIX: only checks for full page instead of preference (#18998)
Checking for preference is unsure when in standalone chat app (eg: electron app), this is much more resilient and simple.
This commit is contained in:
parent
4306522a4e
commit
1a1d1424ed
|
@ -1,6 +1,6 @@
|
||||||
<div class="chat-message-actions-container" data-id={{this.message.id}}>
|
<div class="chat-message-actions-container" data-id={{this.message.id}}>
|
||||||
<div class="chat-message-actions">
|
<div class="chat-message-actions">
|
||||||
{{#if this.chatStateManager.isFullPagePreferred}}
|
{{#if this.chatStateManager.isFullPage}}
|
||||||
{{#each this.emojiReactions as |reaction|}}
|
{{#each this.emojiReactions as |reaction|}}
|
||||||
<ChatMessageReaction @reaction={{reaction}} @react={{this.messageActions.react}} @class="show" />
|
<ChatMessageReaction @reaction={{reaction}} @react={{this.messageActions.react}} @class="show" />
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user