mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-21 23:17:15 +00:00
increase hold to edit time
This commit is contained in:
parent
52cc975420
commit
151c3bb397
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue