webpack: Enable explicitPartialContext for handlebars-loader.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-11-15 18:24:11 -08:00
committed by Tim Abbott
parent 44c50b3e64
commit e172c717f7
75 changed files with 130 additions and 124 deletions

View File

@@ -10,7 +10,7 @@
<div class="unread_marker message_unread_marker"><div class="unread-marker-fill"></div></div>
<div class="messagebox">
<div class="messagebox-content {{#if status_message}}is-me-message{{/if}}">
{{> message_body}}
{{> message_body .}}
{{!-- message_edit_form.hbs is inserted here when editing a message. --}}
</div>
</div>