fix: display thumbnail while scrubbing paused (#22164)

* fix: display thumbnail while scrubbing paused

* pr feedback

* pr feedback

* tune timeout
This commit is contained in:
Alex 2025-09-18 15:59:58 -05:00 committed by GitHub
parent d36c26bf97
commit e42886b767
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 34 additions and 16 deletions

View file

@ -101,7 +101,6 @@ class _FixedSegmentRow extends ConsumerWidget {
if (isScrubbing) {
return _buildPlaceholder(context);
}
if (timelineService.hasRange(assetIndex, assetCount)) {
return _buildAssetRow(context, timelineService.getAssets(assetIndex, assetCount), timelineService);
}