mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-21 18:38:17 +00:00
Run Prettier (#23860)
GitOrigin-RevId: fd65c7d24c4ada0367ba38092a142c6f6aeaba71
This commit is contained in:
parent
598d51c9e7
commit
fe878a88d1
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
import { StateField, StateEffect, Prec, EditorSelection } from '@codemirror/state'
|
||||
import {
|
||||
StateField,
|
||||
StateEffect,
|
||||
Prec,
|
||||
EditorSelection,
|
||||
} from '@codemirror/state'
|
||||
import { EditorView, showTooltip, Tooltip, keymap } from '@codemirror/view'
|
||||
import { Word, Mark, getMarkAtPosition } from './spellchecker'
|
||||
import { debugConsole } from '@/utils/debugging'
|
||||
|
|
Loading…
Add table
Reference in a new issue