mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(all): improve text customization
This commit is contained in:
@@ -954,7 +954,7 @@ presentPopover(ev: any) {
|
||||
async presentPopover(ev: any) {
|
||||
const popover = await this.popoverController.create({
|
||||
component: PopoverComponent,
|
||||
ev: event,
|
||||
event: event,
|
||||
translucent: true
|
||||
});
|
||||
return await popover.present();
|
||||
|
||||
Reference in New Issue
Block a user