don't scroll back up to offscreen textarea
This commit is contained in:
@@ -226,7 +226,10 @@
|
||||
Danbooru.RelatedTag.process_artist(Danbooru.RelatedTag.recent_artist);
|
||||
}
|
||||
|
||||
$field.focus();
|
||||
if ($(window).scrollTop() <= $field.offset().top) {
|
||||
$field.focus();
|
||||
}
|
||||
|
||||
e.preventDefault();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user