0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 18:48:39 +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 //multiple cursors and selections
drawSelection(), drawSelection(),
rectangularSelection, rectangularSelection(),
crosshairCursor, crosshairCursor(),
EditorState.allowMultipleSelections.of(true), EditorState.allowMultipleSelections.of(true),
dropCursor(), dropCursor(),
programmaticCursorLineField, programmaticCursorLineField,