hookehuyr

fix

......@@ -51,7 +51,6 @@ const openKeyboard = (e) => {
50;
document.body.style.paddingBottom = height + "px";
document.documentElement.scrollTop = height;
console.warn(height);
};
const blurKeyboard = () => {
show.value = false;
......