0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 16:38:38 +00:00

fix cm error

This commit is contained in:
Víctor Losada Hernández
2026-04-22 00:03:29 +02:00
parent f59d8f9b05
commit 7d19c4bcd7
+2 -2
View File
@@ -234,8 +234,8 @@ const CodeEditor = forwardRef(
//multiple cursors and selections
drawSelection(),
rectangularSelection,
crosshairCursor,
rectangularSelection(),
crosshairCursor(),
EditorState.allowMultipleSelections.of(true),
dropCursor(),
programmaticCursorLineField,