feat: make hold down bar tile goto edit screen
This commit is contained in:
@@ -323,6 +323,8 @@ class _ProductGrid extends StatelessWidget {
|
||||
product: product,
|
||||
enabled: hasSelectedTab,
|
||||
onTap: () => onProductTap(product),
|
||||
onLongPress: () =>
|
||||
context.go('/products/${product.id}/edit'),
|
||||
);
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user