mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-25 10:54:56 +02:00
add note
This commit is contained in:
@@ -392,6 +392,7 @@ const doubleTapDetector = makeDoubleTapDetector((ev) => {
|
||||
}
|
||||
});
|
||||
|
||||
// これがないと例えばiOSで画像長押しでのコンテキストメニューを表示させた後にそれを閉じるとタッチ判定が残ったままになり不具合の原因になる
|
||||
function cancelPointerGesture() {
|
||||
const wasVerticalSwiping = isVerticalSwiping;
|
||||
const wasHorizontalSwiping = isHorizontalSwiping;
|
||||
|
||||
Reference in New Issue
Block a user