Skip to content

Commit f8020d2

Browse files
committed
修复图线异常删除
1 parent cfa72ea commit f8020d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/editor/annotation.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ function deleteAnnotation() {
101101
const backup = props.self;
102102
profile.annotations.splice(props.index, 1);
103103
emitter.emit("require-full-update", "annotations axis change");
104-
profile.datum.splice(props.index, 1);
105104
Snackbar.builder({
106105
text: t("editor.delete.success"),
107106
action: {

0 commit comments

Comments
 (0)