fix: transbox ui

This commit is contained in:
Gabe Yuan
2024-04-16 15:22:27 +08:00
parent ca84bdb227
commit b416e72820
2 changed files with 39 additions and 39 deletions

View File

@@ -103,7 +103,6 @@ export default function Slection({
const { clientX, clientY } = isMobile ? e.changedTouches[0] : e;
setShowBtn(!hideTranBtn);
// setPosition({ x: e.clientX, y: e.clientY });
setPosition({ x: clientX, y: clientY });
}