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

@@ -91,6 +91,7 @@ mindplot.MindmapDesigner.prototype._registerEvents = function()
// Create nodes on double click...
screenManager.addEventListener('click', function(event)
{
var t = mindmapDesigner.getEditor()._isVisible();
mindmapDesigner.getEditor().lostFocus();
// @todo: Puaj hack...
mindmapDesigner._cleanScreen();