Change add nodes toolbar action.
This commit is contained in:
@@ -274,7 +274,7 @@ mindplot.widget.Menu = new Class({
|
|||||||
}
|
}
|
||||||
|
|
||||||
this._addButton('addTopic', true, false, function () {
|
this._addButton('addTopic', true, false, function () {
|
||||||
designer.createChildForSelectedNode();
|
designer.createSiblingForSelectedNode();
|
||||||
});
|
});
|
||||||
this._registerTooltip('addTopic', $msg('ADD_TOPIC'), "Enter");
|
this._registerTooltip('addTopic', $msg('ADD_TOPIC'), "Enter");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user