Fix event registration event capture during drag.

This commit is contained in:
Paulo Gustavo Veiga
2012-03-23 08:43:07 -03:00
parent 56e57cab75
commit 5496b9b076
4 changed files with 20 additions and 11 deletions

View File

@@ -48,6 +48,7 @@ mindplot.TopicEventDispatcher = new Class({
},
process : function(eventType, topic, options) {
$assert(eventType, "eventType can not be null");
// Close all previous open editor ....
if (this.isVisible()) {