Skip to content

Commit

Permalink
Update FileEditContainer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 29, 2024
1 parent d1fc61a commit b2e0fba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export default () => {
useMonacoEx(monaco); // Integrate monaco-editor-ex

// Add custom key bindings for saving
editor.addCommand(monaco.KeyMod.CtrlCmd | monaco.KeyCode.KEY_S, () => {
editor.addCommand(monaco.KeyMod.CtrlCmd | monaco.KeyCode.KeyS, () => {
save(); // Call the save function
});
}}
Expand Down

0 comments on commit b2e0fba

Please sign in to comment.