|
@@ -254,16 +254,12 @@ const rightBlur = () => {
|
|
removeFocusTrack();
|
|
removeFocusTrack();
|
|
};
|
|
};
|
|
const positioning = (question: Question) => {
|
|
const positioning = (question: Question) => {
|
|
- // console.log(
|
|
|
|
- // "sliceImagesWithTrackListCopy:",
|
|
|
|
- // markStore.sliceImagesWithTrackListCopy
|
|
|
|
- // );
|
|
|
|
addFocusTrack(
|
|
addFocusTrack(
|
|
undefined,
|
|
undefined,
|
|
question.mainNumber,
|
|
question.mainNumber,
|
|
question.subNumber,
|
|
question.subNumber,
|
|
true,
|
|
true,
|
|
- markStore.sliceImagesWithTrackListCopy || []
|
|
|
|
|
|
+ markStore.sliceImagesWithTrackList || []
|
|
);
|
|
);
|
|
activeRightMenuItem.value = null;
|
|
activeRightMenuItem.value = null;
|
|
};
|
|
};
|