|
@@ -78,7 +78,7 @@ async function processImage() {
|
|
const thisImageTrackList = trackLists.filter(
|
|
const thisImageTrackList = trackLists.filter(
|
|
(t) => t.offsetIndex === indexInSliceUrls
|
|
(t) => t.offsetIndex === indexInSliceUrls
|
|
);
|
|
);
|
|
- const thisImageTagList = store.currentTask.specialTagList.filter(
|
|
|
|
|
|
+ const thisImageTagList = (store.currentTask.specialTagList || []).filter(
|
|
(t) => t.offsetIndex === indexInSliceUrls
|
|
(t) => t.offsetIndex === indexInSliceUrls
|
|
);
|
|
);
|
|
|
|
|