WISE-225 fixed

This commit is contained in:
Ezequiel Bergamaschi
2014-05-02 15:26:17 -03:00
parent 3a6a810108
commit 0ffcbe39b7
3 changed files with 5 additions and 4 deletions

View File

@@ -106,7 +106,7 @@ mindplot.ControlPoint = new Class({
this._workspace.getScreenManager().addEvent('mouseup', this._mouseUpFunction);
}
event.preventDefault();
event.stop();
event.stopPropagation();
return false;
},
@@ -143,7 +143,7 @@ mindplot.ControlPoint = new Class({
_mouseClick : function(event) {
event.preventDefault();
event.stop();
event.stopPropagation();
return false;
},