mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 05:59:30 +00:00
Refac improve inline embeddable player functionality
This commit is contained in:
@@ -39,6 +39,8 @@ const VideoListItem = ({
|
||||
<a
|
||||
onClick={() => {
|
||||
setSearchParams({ videoId: video.youtube_id });
|
||||
|
||||
window.scroll({ top: 0, left: 0, behavior: 'smooth' });
|
||||
}}
|
||||
>
|
||||
<div className={`video-thumb-wrap ${viewLayout}`}>
|
||||
|
||||
Reference in New Issue
Block a user