2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FIX: Plugin outlet should be wrapped under d-editor-preview-wrapper.

This commit is contained in:
Guo Xiang Tan 2017-06-28 17:52:38 +09:00
parent 173307de10
commit a2349b99b6

View file

@ -28,8 +28,8 @@
<div class="d-editor-preview-wrapper {{if forcePreview 'force-preview'}}">
<div class="d-editor-preview">
<div class="d-editor-cooked">{{{preview}}}</div>
{{plugin-outlet name="editor-preview"}}
{{{preview}}}
</div>
{{plugin-outlet name="editor-preview"}}
</div>
</div>