hcts-hra / ecpo-annotator

Annotator for Page Segmentations in ECPO
https://ecpo.existsolutions.com/exist/apps/ecpo/
MIT License
2 stars 2 forks source link

remove throws Error on console #22

Closed duncdrum closed 4 years ago

duncdrum commented 4 years ago

In GitLab by @JoernT on Dec 6, 2018, 13:26

Uncaught TypeError: this.targetToAnnotationMap.indexOf is not a function
    at HTMLElement.handle (existdb-annotation-list.html:172)
    at HTMLElement.handleShapeEvent (ecpo-app.html:87)
    at HTMLElement.handler (template-stamp.html:92)
    at Overlay.remove (openseadragon-fabricjs-overlay.js:268)
    at HTMLElement._removeShape (existdb-image-annotator.html:630)
    at HTMLElement.handler (template-stamp.html:92)
handle @ existdb-annotation-list.html:172
handleShapeEvent @ ecpo-app.html:87
handler @ template-stamp.html:92
remove @ openseadragon-fabricjs-overlay.js:268
_removeShape @ existdb-image-annotator.html:630
handler @ template-stamp.html:92
duncdrum commented 4 years ago

In GitLab by @line-o on Dec 6, 2018, 14:11

fixed with https://gitlab.existsolutions.com/uni-heidelberg/ecpo/commit/c0f9b8e310d3945b14457d7e686dfa136b19e10b

duncdrum commented 4 years ago

In GitLab by @line-o on Dec 6, 2018, 14:12

closed