mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-17 06:19:41 +02:00
Tweak editor find/replace
This commit is contained in:
@@ -272,7 +272,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cm-editor .cm-panels {
|
.cm-editor .cm-panels {
|
||||||
@apply bg-gray-100 p-1 border-0 text-gray-800 z-20 rounded-md;
|
@apply bg-gray-100 backdrop-blur-sm p-1 mb-1 text-gray-800 z-20 rounded-md;
|
||||||
|
|
||||||
input,
|
input,
|
||||||
button {
|
button {
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ import {
|
|||||||
} from '@codemirror/language';
|
} from '@codemirror/language';
|
||||||
import { lintKeymap } from '@codemirror/lint';
|
import { lintKeymap } from '@codemirror/lint';
|
||||||
|
|
||||||
import { highlightSelectionMatches, searchKeymap } from '@codemirror/search';
|
import { searchKeymap } from '@codemirror/search';
|
||||||
import { EditorState } from '@codemirror/state';
|
import { EditorState } from '@codemirror/state';
|
||||||
import {
|
import {
|
||||||
crosshairCursor,
|
crosshairCursor,
|
||||||
@@ -156,7 +156,6 @@ export const multiLineExtensions = [
|
|||||||
rectangularSelection(),
|
rectangularSelection(),
|
||||||
crosshairCursor(),
|
crosshairCursor(),
|
||||||
highlightActiveLineGutter(),
|
highlightActiveLineGutter(),
|
||||||
highlightSelectionMatches({ minSelectionLength: 2 }),
|
|
||||||
keymap.of([
|
keymap.of([
|
||||||
indentWithTab,
|
indentWithTab,
|
||||||
...closeBracketsKeymap,
|
...closeBracketsKeymap,
|
||||||
|
|||||||
Reference in New Issue
Block a user