Popovers icon indicating copy to clipboard operation
Popovers copied to clipboard

The following block of code, sometimes requires multiple clicks to execute the code inside the closure

Open wisepmlin opened this issue 1 year ago • 1 comments

Templates.MenuButton(title: "删除", systemImage: IMAGE_TRASH) {
                    withAnimation(.golden_ratio_animation) {
                        deleteSelectedProduct(selectedProduct: product, user: user)
                    }
                }

wisepmlin avatar Dec 11 '22 15:12 wisepmlin