Don't compute 'did you mean' suggestions unless showing them to user (#6540)

This commit is contained in:
Dan Davison
2022-09-11 12:58:19 -04:00
committed by GitHub
parent 4926865c4e
commit 367f79cb4f
2 changed files with 23 additions and 3 deletions

View File

@ -336,7 +336,7 @@ fn get_converted_value(
val: block_id,
span: from_span,
..
}) = env_conversions.follow_cell_path(path_members, false)
}) = env_conversions.follow_cell_path_not_from_user_input(path_members, false)
{
let block = engine_state.get_block(block_id);