mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 22:27:55 +01:00
- Fix add tooltop
This commit is contained in:
parent
f449eff9ce
commit
49677411c4
@ -271,7 +271,7 @@ mindplot.widget.Menu = new Class({
|
|||||||
this._addButton('addTopic', true, false, function () {
|
this._addButton('addTopic', true, false, function () {
|
||||||
designer.createChildForSelectedNode();
|
designer.createChildForSelectedNode();
|
||||||
});
|
});
|
||||||
this._registerTooltip('addTopics', $msg('ADD_TOPIC'), "Enter");
|
this._registerTooltip('addTopic', $msg('ADD_TOPIC'), "Enter");
|
||||||
|
|
||||||
|
|
||||||
this._addButton('deleteTopic', true, true, function () {
|
this._addButton('deleteTopic', true, true, function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user