上映会にコメント機能追加(#297) #299

マージ済み
みてるぞ が 15 個のコミットを feature/297 から main へマージ 2026-03-26 23:01:55 +09:00
コミット 23d9cf8ad0 の変更だけを表示してゐます - すべてのコミットを表示
+2 -2
ファイルの表示
@@ -185,7 +185,7 @@ export default (() => {
return () => {
cancelled = true
}
}, [id, loading, theatreInfo.hostFlg, theatreInfo.postId])
}, [id, theatreInfo.hostFlg, theatreInfo.postId])
useEffect (() => {
setVideoLength (0)
@@ -246,7 +246,7 @@ export default (() => {
{post ? (
<>
<PostEmbed
key={post ? `${ post.id }:${ theatreInfo.postStartedAt ?? '' }` : 'empty'}
key={post.id}
ref={embedRef}
post={post}
onLoadComplete={info => {