|
@@ -2,6 +2,7 @@
|
|
|
<div class="marker-marking marker-grading">
|
|
|
<marker-header
|
|
|
v-if="paramsSetReady"
|
|
|
+ ref="markerHeaderRef"
|
|
|
:show-standard="false"
|
|
|
:show-statistics="false"
|
|
|
show-undo-level
|
|
@@ -779,6 +780,10 @@ export default {
|
|
|
);
|
|
|
}
|
|
|
|
|
|
+ if (this.curStep.type === "undo") {
|
|
|
+ this.$refs.markerHeaderRef?.getUndoLevels();
|
|
|
+ }
|
|
|
+
|
|
|
if (
|
|
|
this.curStep.type === "undo" ||
|
|
|
this.curStep.type === "shiftScore"
|