mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(popover): use alignment with popover options (#24711)
Resolves #24709
This commit is contained in:
@@ -29,7 +29,7 @@ export interface PopoverOptions<T extends ComponentRef = ComponentRef> {
|
||||
dismissOnSelect?: boolean;
|
||||
reference?: PositionReference;
|
||||
side?: PositionSide;
|
||||
align?: PositionAlign;
|
||||
alignment?: PositionAlign;
|
||||
arrow?: boolean;
|
||||
|
||||
trigger?: string;
|
||||
|
||||
@@ -107,7 +107,7 @@ interface PopoverOptions {
|
||||
dismissOnSelect?: boolean;
|
||||
reference?: PositionReference;
|
||||
side?: PositionSide;
|
||||
align?: PositionAlign;
|
||||
alignment?: PositionAlign;
|
||||
arrow?: boolean;
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user