You've already forked bsl_console
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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user