find call with respect of cursor position inside branch

This commit is contained in:
Dmitry Vasilev
2023-08-02 06:00:08 +03:00
parent adbca074c2
commit 54d502396d
9 changed files with 528 additions and 86 deletions

2
src/effects.js vendored
View File

@@ -249,7 +249,7 @@ export const apply_side_effects = (prev, next, command, ui) => {
ui.calltree.render_select_node(prev, next)
}
if(prev.selected_calltree_node_by_loc != next.selected_calltree_node_by_loc) {
if(prev.colored_frames != next.colored_frames) {
render_coloring(ui, next)
}