mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 01:28:35 +02:00
REvert other thing
This commit is contained in:
@@ -102,9 +102,6 @@ export const baseExtensions = [
|
|||||||
history(),
|
history(),
|
||||||
dropCursor(),
|
dropCursor(),
|
||||||
drawSelection(),
|
drawSelection(),
|
||||||
syntaxHighlighting(syntaxHighlightStyle),
|
|
||||||
syntaxTheme,
|
|
||||||
EditorState.allowMultipleSelections.of(true),
|
|
||||||
autocompletion({
|
autocompletion({
|
||||||
tooltipClass: () => 'x-theme-menu',
|
tooltipClass: () => 'x-theme-menu',
|
||||||
closeOnBlur: true, // Set to `false` for debugging in devtools without closing it
|
closeOnBlur: true, // Set to `false` for debugging in devtools without closing it
|
||||||
@@ -113,6 +110,9 @@ export const baseExtensions = [
|
|||||||
return (a.boost ?? 0) - (b.boost ?? 0);
|
return (a.boost ?? 0) - (b.boost ?? 0);
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
syntaxHighlighting(syntaxHighlightStyle),
|
||||||
|
syntaxTheme,
|
||||||
|
EditorState.allowMultipleSelections.of(true),
|
||||||
];
|
];
|
||||||
|
|
||||||
export const multiLineExtensions = [
|
export const multiLineExtensions = [
|
||||||
|
|||||||
Reference in New Issue
Block a user