Skip to content

Commit

Permalink
rm spurious degrouted marking
Browse files Browse the repository at this point in the history
  • Loading branch information
dm0n3y committed Nov 8, 2024
1 parent 8fe2efd commit 3bd4f9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/editor/Modify.re
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ let delete_toks =
);
},
)
|> Chain.map_loop(Cell.mark_degrouted(~side=L))
// finally, unmold the tokens (only relabeling the last token)
|> Chain.mapi_link(i => Token.unmold(~relabel=i - 1 / 2 == n - 1));
};
Expand Down

0 comments on commit 3bd4f9a

Please sign in to comment.