remove onclick
Onclick will not work under its scope; it needs to access the created popup to show it.
This commit is contained in:
parent
809aa1c2d7
commit
b85be98f1f
1 changed files with 0 additions and 7 deletions
|
@ -21,11 +21,4 @@ export default class MenuEntry {
|
||||||
disable () {
|
disable () {
|
||||||
this.menu.remove();
|
this.menu.remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
The onclick event
|
|
||||||
*/
|
|
||||||
onclick() {
|
|
||||||
this.menu.trigger();
|
|
||||||
};
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue