Improve toolbar and editor size.
This commit is contained in:
@@ -41,7 +41,7 @@ mindplot.commands.AddTopicCommand = new Class(
|
||||
var doneFn = function() {
|
||||
// Finally, focus ...
|
||||
var designer = commandContext._designer;
|
||||
designer.onObjectFocusEvent.attempt(topic, designer);
|
||||
designer.onObjectFocusEvent(topic);
|
||||
topic.setOnFocus(true);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user