mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
This commit is contained in:
parent
6593025051
commit
9d96866531
@ -1,8 +1,7 @@
|
||||
import { Compartment, EditorState } from '@codemirror/state';
|
||||
import { indentOnInput, syntaxHighlighting } from '@codemirror/language';
|
||||
import {
|
||||
openSearchPanel, closeSearchPanel, getSearchQuery,
|
||||
highlightSelectionMatches, search,
|
||||
openSearchPanel, closeSearchPanel, getSearchQuery, search,
|
||||
} from '@codemirror/search';
|
||||
|
||||
import { classHighlighter } from '@lezer/highlight';
|
||||
@ -206,7 +205,6 @@ const createEditor = (
|
||||
} : undefined),
|
||||
drawSelection(),
|
||||
highlightSpecialChars(),
|
||||
highlightSelectionMatches(),
|
||||
indentOnInput(),
|
||||
|
||||
EditorView.domEventHandlers({
|
||||
|
Loading…
Reference in New Issue
Block a user