increase hold to edit time

This commit is contained in:
Pas 2025-07-15 18:18:54 -06:00
parent 52cc975420
commit 151c3bb397
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ import { useBookmarkStore } from "@/stores/bookmarks";
import { useProgressStore } from "@/stores/progress";
import { MediaItem } from "@/utils/mediaTypes";
const LONG_PRESS_DURATION = 500; // 0.5 seconds
const LONG_PRESS_DURATION = 700; // 0.7 seconds
export function BookmarksPart({
onItemsChange,

View file

@ -11,7 +11,7 @@ import { useProgressStore } from "@/stores/progress";
import { shouldShowProgress } from "@/stores/progress/utils";
import { MediaItem } from "@/utils/mediaTypes";
const LONG_PRESS_DURATION = 500; // 0.5 seconds
const LONG_PRESS_DURATION = 700; // 0.7 seconds
export function WatchingPart({
onItemsChange,