fix drag drop

v1.18.x
barisusakli 11 years ago
parent c1444903c4
commit 67186edda7

@ -93,7 +93,7 @@ define('composer/uploads', function() {
if(draggingDocument) {
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('line-height', textarea.height() + 'px');
drop.show();

Loading…
Cancel
Save