Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -51,7 +51,6 @@ const openKeyboard = (e) => { | ... | @@ -51,7 +51,6 @@ const openKeyboard = (e) => { |
| 51 | 50; | 51 | 50; |
| 52 | document.body.style.paddingBottom = height + "px"; | 52 | document.body.style.paddingBottom = height + "px"; |
| 53 | document.documentElement.scrollTop = height; | 53 | document.documentElement.scrollTop = height; |
| 54 | - console.warn(height); | ||
| 55 | }; | 54 | }; |
| 56 | const blurKeyboard = () => { | 55 | const blurKeyboard = () => { |
| 57 | show.value = false; | 56 | show.value = false; | ... | ... |
-
Please register or login to post a comment