Skip to content

Commit

Permalink
Adding logic to delete the results banner if the user is not hovering…
Browse files Browse the repository at this point in the history
… over it.
  • Loading branch information
gattlin1 committed Oct 20, 2019
1 parent 61fd004 commit 8c0a4d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Server/resources/js/mapInspector.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ var imageObj = undefined; //the stitched map image
// fill in the object information (rgb, location, radius) into the textbox
ctx.fillText(information, rectX + 10, rectY + (rectHeight / 1.5), rectX + rectWidth);
}
else {
redraw(ctx);
}
};

/*
Expand Down

0 comments on commit 8c0a4d1

Please sign in to comment.