Skip to content

Commit f11d3d6

Browse files
committed
Fix CodelesslyContext equality
1 parent b214df6 commit f11d3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/ui/codelessly_context.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,5 +224,5 @@ class CodelesslyContext with ChangeNotifier, EquatableMixin {
224224
}
225225

226226
@override
227-
List<Object?> get props => [layoutID, data, functions];
227+
List<Object?> get props => [layoutID, data, functions, variables, conditions];
228228
}

0 commit comments

Comments
 (0)