Change add nodes toolbar action.
parent
c3dcd8f3a9
commit
064b8f1071
|
@ -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");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue