From 7d19c4bcd710d18b5d662703d7f8d1b899c831a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 22 Apr 2026 00:03:29 +0200 Subject: [PATCH] fix cm error --- client/components/codeEditor/codeEditor.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/codeEditor/codeEditor.jsx b/client/components/codeEditor/codeEditor.jsx index c63b9f2c8..5f46fc3e4 100644 --- a/client/components/codeEditor/codeEditor.jsx +++ b/client/components/codeEditor/codeEditor.jsx @@ -234,8 +234,8 @@ const CodeEditor = forwardRef( //multiple cursors and selections drawSelection(), - rectangularSelection, - crosshairCursor, + rectangularSelection(), + crosshairCursor(), EditorState.allowMultipleSelections.of(true), dropCursor(), programmaticCursorLineField,