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

Исправление EVENT_GET_DEFINITION

This commit is contained in:
salexdv
2024-05-23 15:57:57 +03:00
parent 12f547f294
commit 85bc97aa5c

View File

@@ -8126,7 +8126,6 @@ class bslHelper {
if (this.word) {
this.generateDefinitionEvent();
let exp_arr = this.lastExpression.split('.');
if (exp_arr.length == 1) {
@@ -8179,6 +8178,9 @@ class bslHelper {
*/
provideDefinition() {
if (this.word)
this.generateDefinitionEvent();
let location = null;
let definition = this.getDefinition();