fixing text edition problems

This commit is contained in:
Pablo Luna
2011-03-29 17:06:59 +01:00
parent 9a0de7ed21
commit f8fa8b2b37
3 changed files with 21 additions and 4 deletions

View File

@@ -94,11 +94,11 @@ mindplot.layoutManagers.OriginalLayoutManager = mindplot.layoutManagers.BaseLayo
dragger.add(topic);
}
/*// Register editor events ...
if (!this._viewMode)
// Register editor events ...
if (!this.getDesigner()._viewMode)
{
this._editor.listenEventOnNode(topic, 'dblclick', true);
}*/
this.getDesigner()._editor.listenEventOnNode(topic, 'dblclick', true);
}
},
_createMainTopicBoard:function(node){