mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-18 14:59:42 +02:00
Fix cursor color in single-line mode
This commit is contained in:
@@ -117,6 +117,7 @@ export const baseExtensions = [
|
|||||||
highlightSpecialChars(),
|
highlightSpecialChars(),
|
||||||
history(),
|
history(),
|
||||||
dropCursor(),
|
dropCursor(),
|
||||||
|
drawSelection(),
|
||||||
bracketMatching(),
|
bracketMatching(),
|
||||||
// TODO: Figure out how to debounce showing of autocomplete in a good way
|
// TODO: Figure out how to debounce showing of autocomplete in a good way
|
||||||
// debouncedAutocompletionDisplay({ millis: 1000 }),
|
// debouncedAutocompletionDisplay({ millis: 1000 }),
|
||||||
@@ -147,7 +148,6 @@ export const multiLineExtensions = [
|
|||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
EditorState.allowMultipleSelections.of(true),
|
EditorState.allowMultipleSelections.of(true),
|
||||||
drawSelection(),
|
|
||||||
indentOnInput(),
|
indentOnInput(),
|
||||||
closeBrackets(),
|
closeBrackets(),
|
||||||
rectangularSelection(),
|
rectangularSelection(),
|
||||||
|
|||||||
Reference in New Issue
Block a user