forked from 77media/video-flow
修复 Cannot read properties of undefined (reading 'status')
This commit is contained in:
parent
2a7a9f4701
commit
65d0f07db6
@ -521,6 +521,7 @@ export const MediaViewer = React.memo(function MediaViewer({
|
|||||||
|
|
||||||
// 渲染分镜草图
|
// 渲染分镜草图
|
||||||
const renderSketchContent = (currentSketch: any) => {
|
const renderSketchContent = (currentSketch: any) => {
|
||||||
|
if (!currentSketch) return null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user