This commit is contained in:
Vanessa 2023-04-06 11:02:20 +08:00
parent 4e0a2ead1e
commit adf193ed32

View file

@ -232,6 +232,8 @@ export const handleTouchMove = (event: TouchEvent) => {
document.getElementById("menu").style.right = -windowWidth + xDiff + "px";
transformMask((windowWidth - xDiff) / windowWidth);
}
activeBlur();
hideKeyboardToolbar();
}
};