We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa72ea commit f8020d2Copy full SHA for f8020d2
src/editor/annotation.vue
@@ -101,7 +101,6 @@ function deleteAnnotation() {
101
const backup = props.self;
102
profile.annotations.splice(props.index, 1);
103
emitter.emit("require-full-update", "annotations axis change");
104
- profile.datum.splice(props.index, 1);
105
Snackbar.builder({
106
text: t("editor.delete.success"),
107
action: {
0 commit comments