mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: disable scrubbing mode on drag ended (#22186)
This commit is contained in:
parent
e42886b767
commit
b8a17c3c26
1 changed files with 2 additions and 0 deletions
|
|
@ -322,6 +322,8 @@ class ScrubberState extends ConsumerState<Scrubber> with TickerProviderStateMixi
|
|||
_isDragging = false;
|
||||
});
|
||||
|
||||
ref.read(timelineStateProvider.notifier).setScrubbing(false);
|
||||
|
||||
// Reset scrubber tracking when drag ends
|
||||
_currentScrubberDate = null;
|
||||
_scrubberDebouncer?.dispose();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue