mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
fix report drag and drop reordering (#6763)
* fix report drag and drop * note
This commit is contained in:
@@ -104,12 +104,12 @@ export function ReportCard({
|
||||
</View>
|
||||
);
|
||||
|
||||
if (to) {
|
||||
if (to && !isEditing && !disableClick) {
|
||||
return (
|
||||
<Layout {...layoutProps}>
|
||||
<Button
|
||||
variant="bare"
|
||||
onPress={isEditing || disableClick ? undefined : () => navigate(to)}
|
||||
onPress={() => navigate(to)}
|
||||
style={{
|
||||
height: '100%',
|
||||
width: '100%',
|
||||
|
||||
Reference in New Issue
Block a user