Workaround for #129

This commit is contained in:
Simon Cambier
2022-11-12 16:26:02 +01:00
parent f5051ff551
commit ce2d1fa5f4
4 changed files with 6 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
import { Notice, TAbstractFile, TFile } from 'obsidian'
import { isFileIndexable, wait } from './tools/utils'
import { removeAnchors } from './tools/notes'
import { settings } from './settings'
import { SearchEngine } from './search/search-engine'
import { cacheManager } from './cache-manager'
import type { IndexedDocument } from './globals'