mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
find call with respect of cursor position inside branch
This commit is contained in:
2
src/effects.js
vendored
2
src/effects.js
vendored
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user