@annotorious/openseadragon 3.4.6 → 3.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7264,7 +7264,7 @@ const mv = () => {
|
|
|
7264
7264
|
return u ? t.getAnnotation(u.annotation) : void 0;
|
|
7265
7265
|
}
|
|
7266
7266
|
},
|
|
7267
|
-
getIntersecting: (o, a, l, h) => e.getIntersecting(o, a, l, h).map((u) => t.getAnnotation(u.annotation))
|
|
7267
|
+
getIntersecting: (o, a, l, h) => e.getIntersecting(o, a, l, h).map((u) => t.getAnnotation(u.annotation)).filter(Boolean)
|
|
7268
7268
|
},
|
|
7269
7269
|
selection: i,
|
|
7270
7270
|
hover: s,
|