Update src/query.ts
Co-authored-by: Kristján Oddsson <koddsson@github.com>
This commit is contained in:
Родитель
750494f767
Коммит
6a3a24e6a8
|
@ -21,6 +21,7 @@ export default function query(
|
|||
const keyIndex = text.lastIndexOf(key, cursor - 1)
|
||||
if (keyIndex === -1) return
|
||||
|
||||
// Stop matching at the lookBackIndex
|
||||
if (keyIndex < lookBackIndex) return
|
||||
|
||||
if (multiWord) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче