forked from 77media/video-flow
兼容粗剪缩略图区域不显示
This commit is contained in:
parent
f2d3a2f8e5
commit
6a64267c72
@ -98,8 +98,8 @@ export function ThumbnailGrid({
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 最终成片阶段不显示缩略图
|
// 粗剪/精剪最终成片阶段不显示缩略图
|
||||||
if (Number(currentStep) === 6) {
|
if (Number(currentStep) === 5.5 || Number(currentStep) === 6) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user