Let ... in ... block is working

This commit is contained in:
Joeri Exelmans 2025-05-13 15:06:15 +02:00
parent f09261df93
commit 897824e07d
10 changed files with 28 additions and 24 deletions

View file

@ -152,7 +152,7 @@ function FunctionHeader({ fn, setFn, input, onFnResolve }) {
// end of recursion - draw function name
return <div className="functionName">
&#119891;&#119899;&nbsp;
&nbsp;&#119891;&#119899;&nbsp;
<Editor
state={fn}
setState={setFn}