- Fix problem selecting central node.

This commit is contained in:
Paulo Veiga
2011-08-15 09:27:31 -03:00
parent 4e0becef47
commit 78f312ef0a
4 changed files with 23 additions and 8 deletions

View File

@@ -126,9 +126,6 @@ mindplot.layout.OriginalLayoutManager = new Class({
var designer = this.getDesigner();
topic.addEventListener('click', function(event) {
designer.onObjectFocusEvent(topic, event);
// Prevent click on the topics being propagated ...
event.stopPropagation();
});
// Add drag behaviour ...