1
0
mirror of https://github.com/salexdv/bsl_console.git synced 2025-02-19 19:10:09 +02:00

Update bsl_helper.js

Грязно исправлен показ подсказки по параметрам, когда каретка внутри текстового литерала.
This commit is contained in:
tormozit 2024-04-28 18:07:41 +03:00
parent 230701be6b
commit 4fcba861c2

View File

@ -6274,9 +6274,9 @@ class bslHelper {
else if (isDCSMode())
return true;
else
return !this.isItStringLiteral();
// https://github.com/salexdv/bsl_console/issues/343
// return !this.isItStringLiteral();
return true;
}
/**