|
|
@ -93,7 +93,7 @@ define('composer/uploads', function() {
|
|
|
|
if(draggingDocument) {
|
|
|
|
if(draggingDocument) {
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
drop.css('top', postContainer.find('.tab-content').position().top + 'px');
|
|
|
|
drop.css('top', postContainer.find('.write-preview-container').position().top + 'px');
|
|
|
|
drop.css('height', textarea.height());
|
|
|
|
drop.css('height', textarea.height());
|
|
|
|
drop.css('line-height', textarea.height() + 'px');
|
|
|
|
drop.css('line-height', textarea.height() + 'px');
|
|
|
|
drop.show();
|
|
|
|
drop.show();
|
|
|
|