mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 09:42:00 +00:00
Merge pull request #12641 from overleaf/td-source-editor-import-fix
Fix for incorrect import GitOrigin-RevId: 5814fbf888446f7cbc9464565ab13f3b1db8b54f
This commit is contained in:
parent
23b9c078b8
commit
b07535f15b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { Highlight } from '../services/types/doc'
|
|||
import { EditorView, ViewPlugin, ViewUpdate } from '@codemirror/view'
|
||||
import { highlightsField } from './highlights'
|
||||
import { throttle, isEqual } from 'lodash'
|
||||
import { updateHasEffect } from '../../../../../modules/source-editor/frontend/js/utils/effects'
|
||||
import { updateHasEffect } from '../../source-editor/utils/effects'
|
||||
|
||||
export type HighlightLocations = {
|
||||
before: number
|
||||
|
|
Loading…
Reference in a new issue