Skip to content
Snippets Groups Projects

Adapted the code for the Annotations target as Array

Merged Orlin Malkja requested to merge target_task into develop
All threads resolved!
68 files
+ 91
81
Compare changes
  • Side-by-side
  • Inline
Files
68
+ 1
1
@@ -287,7 +287,7 @@ export function generateTargetSelector(annotation) {
let result = null;
const { selector } = annotation.target;
const selector = annotation.target.length > 0 ? annotation.target[0].selector : undefined;
if (!selector) {
let targetId = annotation.target.id;
Loading