mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
fix
This commit is contained in:
@@ -319,6 +319,15 @@ const validate_index_action = state => {
|
|||||||
if(!state.parse_result.ok){
|
if(!state.parse_result.ok){
|
||||||
return {state, effects: {type: 'set_status', args: ['invalid syntax']}}
|
return {state, effects: {type: 'set_status', args: ['invalid syntax']}}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(
|
||||||
|
state.loading_external_imports_state != null
|
||||||
|
||
|
||||||
|
state.eval_modules_state != null
|
||||||
|
) {
|
||||||
|
return {state, effects: {type: 'set_status', args: ['loading']}}
|
||||||
|
}
|
||||||
|
|
||||||
if(
|
if(
|
||||||
state.active_calltree_node == null
|
state.active_calltree_node == null
|
||||||
||
|
||
|
||||||
|
|||||||
Reference in New Issue
Block a user