Skip to content

Commit 38da207

Browse files
committed
Make Freeform models not care about chained pins.
1 parent 7153e87 commit 38da207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/api/models/pins_model.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ class EdgePinsModel with EquatableMixin, SerializableMixin {
224224
/// Whether this instance of [EdgePinsModel] contains symmetric
225225
/// chains on the given [axis]. IE: If both pins on the given [axis] are
226226
/// set to non-null values.
227-
bool chainedOnAxis(AxisC axis) => switch (axis) {
227+
bool expandedOnAxis(AxisC axis) => switch (axis) {
228228
AxisC.horizontal => isHorizontallyExpanded,
229229
AxisC.vertical => isVerticallyExpanded
230230
};

0 commit comments

Comments
 (0)