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:
@@ -246,6 +246,7 @@ export const with_code_execution = (action, state = get_state()) => {
|
||||
*/
|
||||
if(state.eval_cxt != null) {
|
||||
state.eval_cxt.is_recording_deferred_calls = false
|
||||
state.eval_cxt.skip_save_ct_node_for_path = true
|
||||
}
|
||||
|
||||
try {
|
||||
@@ -253,6 +254,7 @@ export const with_code_execution = (action, state = get_state()) => {
|
||||
} finally {
|
||||
if(state.eval_cxt != null) {
|
||||
state.eval_cxt.is_recording_deferred_calls = true
|
||||
state.eval_cxt.skip_save_ct_node_for_path = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user