DEV: post-refactor change

This commit is contained in:
Renato Atilio 2024-12-17 14:31:05 -03:00
parent 90f2cd3b8c
commit 56e8c5245a
No known key found for this signature in database
GPG Key ID: CBF93DCB5CBCA1A5
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ export default function (options) {
const key = options.textHandler.value[cp - 1];
// 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;
}