Skip to content

Commit

Permalink
wow
Browse files Browse the repository at this point in the history
  • Loading branch information
dm0n3y committed Nov 4, 2024
1 parent 48df462 commit 1ffeaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/editor/Modify.re
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ let mold =
let ((l, r), rest) = Ctx.unlink_stacks(ctx);
let+ (tok, grouted, l) = Molder.mold(l, ~fill, tok);
let connected = Stack.connect(tok, grouted, l);
connected.bound == r.bound
connected.bound == l.bound
? Ctx.link_stacks((connected, r), rest)
: Ctx.map_hd(
Frame.Open.cat(Stack.(to_slope(connected), to_slope(r))),
Expand Down

0 comments on commit 1ffeaaa

Please sign in to comment.