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:
parent
230701be6b
commit
4fcba861c2
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user