mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-06-11 10:33:22 +02:00
Fix compilation
This commit is contained in:
@ -239,7 +239,7 @@ class Menu extends IMenu {
|
||||
this._addButton('addTopic', true, false, () => {
|
||||
designer.createSiblingForSelectedNode();
|
||||
});
|
||||
Menu._registerTooltip('addTopic', $msg('ADD_TOPIC');
|
||||
Menu._registerTooltip('addTopic', $msg('ADD_TOPIC'));
|
||||
|
||||
this._addButton('deleteTopic', true, true, () => {
|
||||
designer.deleteSelectedEntities();
|
||||
|
Reference in New Issue
Block a user