mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: hide draft status when uploading an image
This commit is contained in:
@@ -95,7 +95,9 @@ so I'm going to stop rendering it until we figure out what's up
|
||||
<a {{bind-attr class=":mobile-file-upload view.isUploading:hidden"}}>{{i18n 'upload'}}</a>
|
||||
<input type="file" id="mobile-uploader" />
|
||||
{{/if}}
|
||||
<div id='draft-status'>{{model.draftStatus}}</div>
|
||||
<div id='draft-status' {{bind-attr class="view.isUploading:hidden"}}>
|
||||
{{model.draftStatus}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user