@annotorious/annotorious 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.
@@ -7016,7 +7016,7 @@ const Qr = () => {
7016
7016
  return d ? t.getAnnotation(d.annotation) : void 0;
7017
7017
  }
7018
7018
  },
7019
- getIntersecting: (a, u, h, c) => n.getIntersecting(a, u, h, c).map((d) => t.getAnnotation(d.annotation))
7019
+ getIntersecting: (a, u, h, c) => n.getIntersecting(a, u, h, c).map((d) => t.getAnnotation(d.annotation)).filter(Boolean)
7020
7020
  },
7021
7021
  selection: i,
7022
7022
  hover: o,