From 546a5a549b0dd61d48451060f3464ebed49abfad Mon Sep 17 00:00:00 2001 From: Gabe Yuan Date: Thu, 4 Jan 2024 10:39:40 +0800 Subject: [PATCH] fix: comment text --- src/views/Selection/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Selection/index.js b/src/views/Selection/index.js index 2cd864a..abb2576 100644 --- a/src/views/Selection/index.js +++ b/src/views/Selection/index.js @@ -64,7 +64,7 @@ export default function Slection({ contextMenus, tranboxSetting, transApis }) { setPosition({ x: pageX, y: pageY }); } - // toto: mobile support + // todo: mobile support window.addEventListener("mouseup", handleMouseup); // window.addEventListener(isMobile ? "touchend" : "mouseup", handleMouseup); return () => {