1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 05:26:03 +02:00

refactor(frontend): MkHorizontalSwipe -> MkSwiper

This commit is contained in:
syuilo
2025-04-15 20:48:25 +09:00
parent 165830d6c8
commit de19d9a4d4
18 changed files with 47 additions and 47 deletions

View File

@@ -18,5 +18,5 @@ if (isTouchSupported && !isTouchUsing) {
}, { passive: true });
}
/** (MkHorizontalSwipe) 横スワイプ中か? */
/** (MkSwiper) 横スワイプ中か? */
export const isHorizontalSwipeSwiping = ref(false);