diff --git a/core/src/components/fab/fab.tsx b/core/src/components/fab/fab.tsx index 0d4ec10508..a7d986e23c 100644 --- a/core/src/components/fab/fab.tsx +++ b/core/src/components/fab/fab.tsx @@ -42,7 +42,9 @@ export class Fab implements ComponentInterface { } componentDidLoad() { - this.activatedChanged(); + if (this.activated) { + this.activatedChanged(); + } } @Listen('click')