From 46c83d45f5111afcff4963adc13903d2ac3bd297 Mon Sep 17 00:00:00 2001 From: nwcm <111259588+nwcm@users.noreply.github.com> Date: Mon, 4 Aug 2025 12:29:59 +1000 Subject: [PATCH] remove annotionOption.id set --- src/annotation.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/annotation.js b/src/annotation.js index c6540203a..b9e880d54 100644 --- a/src/annotation.js +++ b/src/annotation.js @@ -53,7 +53,6 @@ export default { Object.keys(annotationOptions).forEach(key => { const value = annotationOptions[key]; if (isObject(value)) { - value.id = key; annotations.push(value); } });