mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
fix value explorer not wrapped in with_code_execution
This commit is contained in:
@@ -30,7 +30,7 @@ export class ValueExplorer {
|
|||||||
this.scroll_to_element = scroll_to_element
|
this.scroll_to_element = scroll_to_element
|
||||||
this.on_escape = on_escape
|
this.on_escape = on_escape
|
||||||
|
|
||||||
event_target.addEventListener('keydown', (e) => {
|
event_target.addEventListener('keydown', e => with_code_execution(() => {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Right -
|
Right -
|
||||||
@@ -154,7 +154,7 @@ export class ValueExplorer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
}))
|
||||||
}
|
}
|
||||||
|
|
||||||
get_node_data(path, node_data = this.node_data) {
|
get_node_data(path, node_data = this.node_data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user