Skip to content

Commit 96fed08

Browse files
authored
fix: increased priority of list keymap (#182)
1 parent c7656ba commit 96fed08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensions/markdown/Lists/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const Lists: ExtensionAuto<ListsOptions> = (builder, opts) => {
3737

3838
...bindings,
3939
};
40-
});
40+
}, builder.Priority.High);
4141
builder.addKeymap(
4242
() => ({
4343
Backspace: chainCommands(liftIfCursorIsAtBeginningOfItem, joinPrevList),

0 commit comments

Comments
 (0)