mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix actionmenu getByType ref
This commit is contained in:
@@ -89,7 +89,7 @@ export class ActionMenu extends Overlay {
|
||||
* @returns {TODO} TODO
|
||||
*/
|
||||
get() {
|
||||
return Modal.getByType(OVERLAY_TYPE);
|
||||
return this.getByType(OVERLAY_TYPE);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user