Skip to content

Commit

Permalink
typo fix def color
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Jan 15, 2025
1 parent 787e745 commit 2afcd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/extension/openseadragon-overlays-manage.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
const path = layer.data[j].geometry.path;
let style = layer.data[j].properties.style;
if (style == undefined || style == null){
style = {"color": "#FF6296")
style = {"color": "#FF6296"};
}
const pathData = layer.data[j];
if(layer.hoverable&&path.contains(img_point.x,img_point.y)){
Expand Down

0 comments on commit 2afcd52

Please sign in to comment.