We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6887fc commit 007ff8eCopy full SHA for 007ff8e
WooCommerce/Classes/POS/Presentation/TotalsView.swift
@@ -64,6 +64,7 @@ struct TotalsView: View {
64
)
65
}
66
.animation(.default, value: isShowingPaymentView)
67
+ .scrollVerticallyIfNeeded()
68
case .error(.other(let message), let handler):
69
PointOfSaleOrderSyncErrorMessageView(message: message, retryHandler: handler)
70
.transition(.opacity)
0 commit comments