Skip to content

Commit

Permalink
fix highlight [#67]
Browse files Browse the repository at this point in the history
  • Loading branch information
novakps committed Sep 29, 2010
1 parent 8ce66eb commit 9b2256a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kemia/controller/plugins/move.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ kemia.controller.plugins.Move.prototype.handleMouseDown = function(e) {
if (e.currentTarget.highlightGroup) {
e.currentTarget.highlightGroup.clear();
}
e.currentTarget.highlightGroup = undefined;
this.isDragging = true;
var target = this.editorObject.findTarget(e);

Expand Down

0 comments on commit 9b2256a

Please sign in to comment.