Skip to content

Commit

Permalink
readd comment with typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
siherrmann committed Jan 29, 2024
1 parent a01baeb commit 70b0849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/stripe_web/lib/src/widgets/payment_element.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class PaymentElement extends StatefulWidget {

class PaymentElementState extends State<PaymentElement> {
DivElement _divElement = DivElement();
// 2 is the first size generated by the iframe, O will not work.
double height = 2.0;

late MutationObserver? mutationObserver =
Expand Down

0 comments on commit 70b0849

Please sign in to comment.