Skip to content

Commit

Permalink
fix: increased priority of list keymap (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
smsochneg authored Feb 1, 2024
1 parent c7656ba commit 96fed08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/markdown/Lists/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Lists: ExtensionAuto<ListsOptions> = (builder, opts) => {

...bindings,
};
});
}, builder.Priority.High);
builder.addKeymap(
() => ({
Backspace: chainCommands(liftIfCursorIsAtBeginningOfItem, joinPrevList),
Expand Down

0 comments on commit 96fed08

Please sign in to comment.