mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-14 05:14:28 -08:00
index+lenght for value_explorer
This commit is contained in:
@@ -199,7 +199,7 @@ export class Editor {
|
||||
}
|
||||
}
|
||||
|
||||
embed_value_explorer({index, result: {ok, value, error}}) {
|
||||
embed_value_explorer({index, length, result: {ok, value, error}}) {
|
||||
this.unembed_value_explorer()
|
||||
|
||||
const session = this.ace_editor.getSession()
|
||||
|
||||
Reference in New Issue
Block a user