Skip to content

Commit bef0c69

Browse files
committed
Fix delete Node But Keep Children suggestion not respecting child alignment and pins.
1 parent 9bcf126 commit bef0c69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/src/api/models/pins_model.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ enum EdgePin {
6969
/// to the [OuterNodeBox]'s edges.
7070
///
7171
/// For example, if [left] set to zero, the node's left edge will be pinned to
72-
/// its parent's left edge and if [left] set to 10, the node will be 10px away
73-
/// from its parent's left edge.
72+
/// its parent's left edge and if [left] is set to 10, the node will be 10px
73+
/// away from its parent's left edge.
7474
///
7575
/// Similarly, if the node has [bottom] set to 50, the node will be pinned to
7676
/// its parent's bottom edge at a distance of 50px.
@@ -79,7 +79,7 @@ enum EdgePin {
7979
/// pinned to both the edges and stretches to take up the entire space of its
8080
/// parent on that axis.
8181
///
82-
/// Setting two opposite edge pins to [null] is invalid because it breaks the
82+
/// Setting two opposite edge pins to null is invalid because it breaks the
8383
/// node's positioning in that axis. Both axes should have at least one non-null
8484
/// edge pin for positioning to work.
8585
///

0 commit comments

Comments
 (0)