Skip to content

Commit

Permalink
Merge d1ae4bd into 89aa942
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Apr 28, 2020
2 parents 89aa942 + d1ae4bd commit 304ff0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "physiomeportal",
"version": "0.4.17",
"version": "0.4.18",
"description": "Physiome Portal",
"main": "build/physiomeportal.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/modules/RendererModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ RendererModule.prototype.setHighlightedByZincObject = function(
zincObject.forEachGlyph(addGlyphToArray(objects));
var changed = this.graphicsHighlight.setHighlighted(objects);
if (changed && propagateChanges) {
var eventType = require("../utilities/eventNotifier").EVENT_TYPE.SELECTED;
var eventType = require("../utilities/eventNotifier").EVENT_TYPE.HIGHLIGHTED;
var annotations = this.getAnnotationsFromObjects([objects[0]]);
this.publishChanges(annotations, eventType);
}
Expand Down

0 comments on commit 304ff0c

Please sign in to comment.