Skip to content

Commit

Permalink
fix(Fab): resolve computedSize function is not executed
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Apr 25, 2024
1 parent 2aa2a03 commit 159f066
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fab/fab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export default class Fab extends SuperComponent {
},
},
this.computedSize?.bind(this),
() => this.computedSize,
);
},
};
Expand Down

0 comments on commit 159f066

Please sign in to comment.