修复 Cannot read properties of undefined (reading 'status')

This commit is contained in:
北枳 2025-08-23 21:31:51 +08:00
parent 2a7a9f4701
commit 65d0f07db6

View File

@ -521,6 +521,7 @@ export const MediaViewer = React.memo(function MediaViewer({
// 渲染分镜草图
const renderSketchContent = (currentSketch: any) => {
if (!currentSketch) return null;
return (
<div