mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
find_call eagerly
This commit is contained in:
4
src/effects.js
vendored
4
src/effects.js
vendored
@@ -185,8 +185,6 @@ export const apply_side_effects = (prev, next, command, ui) => {
|
||||
exec('eval_modules_finished',
|
||||
next, /* becomes prev_state */
|
||||
result,
|
||||
s.node,
|
||||
s.toplevel
|
||||
)
|
||||
})
|
||||
}
|
||||
@@ -251,7 +249,7 @@ export const apply_side_effects = (prev, next, command, ui) => {
|
||||
ui.calltree.render_select_node(prev, next)
|
||||
}
|
||||
|
||||
if(prev.calltree_node_by_loc != next.calltree_node_by_loc) {
|
||||
if(prev.selected_calltree_node_by_loc != next.selected_calltree_node_by_loc) {
|
||||
render_coloring(ui, next)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user