Skip to content

Commit

Permalink
fix #30
Browse files Browse the repository at this point in the history
  • Loading branch information
dm0n3y committed Nov 2, 2024
1 parent 90a1254 commit 1b3644b
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 @@ -28,7 +28,7 @@ let relabel =
// push left face back if its labeling remains unchanged
let (labeled, rest, pushed_back_left) =
switch (labeled) {
| [hd, ...tl] when hd.text == s_l && s_l != "" =>
| [hd, ...tl] when hd.text == s_l && s_l != "" && !merges =>
let ctx =
Delim.is_tok(l)
|> Option.map(t => Ctx.push(~onto=L, t, rest))
Expand Down

0 comments on commit 1b3644b

Please sign in to comment.