mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
show value explorer when focus calltree view
This commit is contained in:
@@ -205,6 +205,10 @@ export class UI {
|
||||
if(!skip_focus) {
|
||||
this.debugger[tab_id].focus()
|
||||
}
|
||||
|
||||
if(tab_id == 'calltree' && !skip_focus) {
|
||||
exec('calltree.show_value_explorer')
|
||||
}
|
||||
}
|
||||
|
||||
open_app_window() {
|
||||
|
||||
Reference in New Issue
Block a user