mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 01:40:02 -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%',
|
||||
|
||||
6
upcoming-release-notes/6763.md
Normal file
6
upcoming-release-notes/6763.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfixes
|
||||
authors: [matt-fidd]
|
||||
---
|
||||
|
||||
Fix report drag and drop reordering
|
||||
Reference in New Issue
Block a user