BUG-14843 Process Tracker - Menu Sticks
I added the menu item in the remove event when the windows is closed.
This commit is contained in:
@@ -320,7 +320,6 @@ var stagesmap=function(){
|
||||
]
|
||||
});
|
||||
menu_edit = menu;
|
||||
//this.observers.menu.register(this.parent.closure({instance:menu,method:menu.remove}),menu);
|
||||
this.observers.menu.register(menu.remove,menu);
|
||||
}
|
||||
this.panels.editor.elements.content.appendChild(a);
|
||||
|
||||
Reference in New Issue
Block a user