Skip to content

Commit 56e4c5d

Browse files
andreas-schultzhaschek
authored andcommitted
Fix compile issue
1 parent a2a556c commit 56e4c5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extensions/codemirror/CodeMirror.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ export const CodeEditor = ({
285285
!!(tabIntentStyle === "tab" && mode && !(tabForceSpaceForModes ?? []).includes(mode)) || enableTab;
286286
return [
287287
defaultKeymap as KeyBinding,
288-
...addToKeyMapConfigFor(supportCodeFolding, foldKeymap),
288+
...addToKeyMapConfigFor(supportCodeFolding, ...foldKeymap),
289289
...addToKeyMapConfigFor(tabIndent, indentWithTab),
290290
];
291291
}

0 commit comments

Comments
 (0)