We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4211798 commit 5b74417Copy full SHA for 5b74417
ajax_upload/static/ajax_upload/js/ajax-upload-widget.js
@@ -123,7 +123,7 @@
123
this.$previewArea.empty();
124
this.$previewArea.append(this.generateFilePreview(filename));
125
126
- this.$previewArea.slideDown();
+ this.$previewArea.show();
127
this.$changeButton.show();
128
if(this.$element.data('required') === 'True') {
129
this.$removeButton.hide();
0 commit comments