Skip to content

Commit 553396e

Browse files
author
fbchen
committed
fix a bug
1 parent 91eacbb commit 553396e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/constraint_layout.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2461,8 +2461,8 @@ class _ConstraintRenderBox extends RenderBox
24612461
value._eventOrderVersion) {
24622462
needsReorderEventOrder = true;
24632463
}
2464-
_constraintVersion = value;
24652464
}
2465+
_constraintVersion = value;
24662466
}
24672467
}
24682468

0 commit comments

Comments
 (0)