AlertToast icon indicating copy to clipboard operation
AlertToast copied to clipboard

Refactor: Streamline GeometryReader usage

Open WallabyStuff opened this issue 1 year ago • 0 comments

Removed unnecessary AnyView wrapping in GeometryReader, directly updating hostRect for better code clarity and efficiency. This adjustment simplifies the logic and improves SwiftUI's type inference, making the codebase cleaner and more maintainable.

WallabyStuff avatar Feb 22 '24 18:02 WallabyStuff