mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Change add nodes toolbar action.
This commit is contained in:
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
Block a user