DEV: post-refactor change
This commit is contained in:
parent
90f2cd3b8c
commit
56e8c5245a
|
@ -548,7 +548,7 @@ export default function (options) {
|
||||||
const key = options.textHandler.value[cp - 1];
|
const key = options.textHandler.value[cp - 1];
|
||||||
|
|
||||||
// only continue if the caret is at the end of a word, like #line|<-
|
// only continue if the caret is at the end of a word, like #line|<-
|
||||||
if (me[0].value[cp]?.trim()) {
|
if (options.textHandler.value[cp]?.trim()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue