|
@@ -6,7 +6,7 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
window.addEventListener('resize', () => {
|
|
window.addEventListener('resize', () => {
|
|
- if (document.activeElement.tagName == 'INPUT') {
|
|
|
|
|
|
+ if (document.activeElement.tagName == 'INPUT'||document.activeElement.tagName == 'TEXTAREA') {
|
|
window.setTimeout(() => {
|
|
window.setTimeout(() => {
|
|
document.activeElement.scrollIntoViewIfNeeded();
|
|
document.activeElement.scrollIntoViewIfNeeded();
|
|
}, 100);
|
|
}, 100);
|