We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787e745 commit 2afcd52Copy full SHA for 2afcd52
core/extension/openseadragon-overlays-manage.js
@@ -267,7 +267,7 @@
267
const path = layer.data[j].geometry.path;
268
let style = layer.data[j].properties.style;
269
if (style == undefined || style == null){
270
- style = {"color": "#FF6296")
+ style = {"color": "#FF6296"};
271
}
272
const pathData = layer.data[j];
273
if(layer.hoverable&&path.contains(img_point.x,img_point.y)){
0 commit comments