again
This commit is contained in:
@@ -36,7 +36,7 @@ export function findSuggestionMatch(config: Trigger): SuggestionMatch {
|
|||||||
if (!text) {
|
if (!text) {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
const textFrom = $position.pos - text.length
|
const textFrom = $position.pos - text.length
|
||||||
const match = Array.from(text.matchAll(regexp)).pop()
|
const match = Array.from(text.matchAll(regexp)).pop()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user