aheze/Popovers

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

wisepmlin opened this issue · 1 comments

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

Why do you need a few clicks to execute the code inside the closure