correct the syntax to call the instantiated window
This commit is contained in:
parent
fc2ce60611
commit
b9fa789ecd
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export default class EntryManager {
|
|||
Window.addActionListener(`onFocusChanged`, (data) => {this.onRefresh()});
|
||||
|
||||
// Add the context menu event.
|
||||
IconIndicator.set(this.instances.popup.show);
|
||||
IconIndicator.set(() => {this.instances.popup.show()});
|
||||
this.instances.menu.menu.onclick(() => {this.instances.popup.show()});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue