@annotorious/openseadragon 3.6.7 → 3.6.8
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.
|
@@ -34407,7 +34407,7 @@ const hh = (r) => {
|
|
|
34407
34407
|
u(A, { selected: !0, hovered: A === o });
|
|
34408
34408
|
}), R.forEach((A) => u(A, { hovered: A === o })), s = b, i.render(e);
|
|
34409
34409
|
}, m = (g) => {
|
|
34410
|
-
o !== g && (o && !s.has(o) && u(o, { selected: s.has(o) }), g && u(g, { selected: s.has(g), hovered: !0 }), o = g, i.render(e));
|
|
34410
|
+
o !== g && (g && s.has(g) || (o && !s.has(o) && u(o, { selected: s.has(o) }), g && u(g, { selected: s.has(g), hovered: !0 }), o = g, i.render(e)));
|
|
34411
34411
|
}, _ = (g) => {
|
|
34412
34412
|
if (typeof g == "function")
|
|
34413
34413
|
n.forEach(({ annotation: b, fill: C, stroke: R, strokeWidth: A }, P) => {
|