mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(fab): do not reset fab activated if it's false
This commit is contained in:
@ -42,8 +42,10 @@ export class Fab implements ComponentInterface {
|
||||
}
|
||||
|
||||
componentDidLoad() {
|
||||
if (this.activated) {
|
||||
this.activatedChanged();
|
||||
}
|
||||
}
|
||||
|
||||
@Listen('click')
|
||||
onClick() {
|
||||
|
||||
Reference in New Issue
Block a user