|
@@ -681,7 +681,7 @@
|
|
scrollBox.scrollTop(0);
|
|
scrollBox.scrollTop(0);
|
|
const hdiv = divSearch($(this).find('textarea')) ? $(this).find('textarea') : null;
|
|
const hdiv = divSearch($(this).find('textarea')) ? $(this).find('textarea') : null;
|
|
const hdheight = hdiv ? hdiv.parents('.timeline-item-content').offset().top : null;
|
|
const hdheight = hdiv ? hdiv.parents('.timeline-item-content').offset().top : null;
|
|
- if (hdiv && scrollBox.length && scrollBox[0].scrollHeight > 390 && hdheight - bdiv > 390) {
|
|
|
|
|
|
+ if (hdiv && scrollBox.length && scrollBox[0].scrollHeight > 200 && hdheight - bdiv > 200) {
|
|
scrollBox.scrollTop(hdheight - bdiv);
|
|
scrollBox.scrollTop(hdheight - bdiv);
|
|
}
|
|
}
|
|
});
|
|
});
|